Html Css Color HEX #731494 Purple

📋 copy color: '#731494'

red 115 ◦ green 20 ◦ blue 148

#731494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #731494

Tints of Purple #731494

RGB

 RED value IS 115 (45.31% from 255) = 40.64%

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 40.64%
G = 7.07%
B = 52.3%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#731494 (or 0x731494) is known color: Purple. HEX triplet: 73, 14 and 94. RGB value is (115,20,148). Sum of RGB (Red+Green+Blue) = 115+20+148=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #731494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731494 is #8CEB6B. Grayscale: #3E3E3E. Windows color (decimal): -9235308 or 9704563. OLE color: 9704563.

HSL color Cylindrical-coordinate representation of color #731494: hue angle of 284.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731494 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 20 148 -
CMYK 0.22 0.86 0 0.42
HSL 284.53º 0.76% 0.33% -
HSV(B) 284.53º 0.86% 0.58% -
XYZ 12.67 6.28 28.56 -
YUV 63 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 115 20 148 0.22 0.86 0 0.42 284.53 0.76 0.33
Hex 73 14 94 16 56 0 2A 11D 4C 21
Octal 163 24 224 26 126 0 52 435 114 41
Binary 1110011 10100 10010100 10110 1010110 0 101010 100011101 1001100 100001

Color Harmonies of #731494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731494

Black with #731494

Text Example


Text Example

White with #731494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731494; }

 p { color: rgb(115,20,148); }

 H1.HeaderClassName
 {
   color: #731494;
 }
 .AnyTagClassName
 {
   color: #731494;
 }
</style>

background-color css

<style>
 a { background-color: #731494; }

 a { background-color: rgb(115,20,148); }

 div.DivClassName
 {
   background-color: #731494;
 }
 .BgClassName
 {
   background-color: #731494;
 }
</style>

border-color css

<style>
 span { border-color: #731494; }

 span { border-color: rgb(115,20,148); }

 td.TdClassName
 {
   border-color: #731494;
 }
 .TagClassName
 {
   border-color: #731494;
 }
</style>