Html Css Color HEX #721196 Purple

📋 copy color: '#721196'

red 114 ◦ green 17 ◦ blue 150

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

Shades of Purple #721196

Tints of Purple #721196

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 40.57%
G = 6.05%
B = 53.38%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#721196 (or 0x721196) is known color: Purple. HEX triplet: 72, 11 and 96. RGB value is (114,17,150). Sum of RGB (Red+Green+Blue) = 114+17+150=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #721196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721196 is #8DEE69. Grayscale: #3C3C3C. Windows color (decimal): -9301610 or 9834866. OLE color: 9834866.

HSL color Cylindrical-coordinate representation of color #721196: hue angle of 283.76º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721196 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 17 150 -
CMYK 0.24 0.89 0 0.41
HSL 283.76º 0.8% 0.33% -
HSV(B) 283.76º 0.89% 0.59% -
XYZ 12.64 6.18 29.38 -
YUV 61.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 114 17 150 0.24 0.89 0 0.41 283.76 0.8 0.33
Hex 72 11 96 18 59 0 29 11C 50 21
Octal 162 21 226 30 131 0 51 434 120 41
Binary 1110010 10001 10010110 11000 1011001 0 101001 100011100 1010000 100001

Color Harmonies of #721196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721196

Black with #721196

Text Example


Text Example

White with #721196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721196; }

 p { color: rgb(114,17,150); }

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

background-color css

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

 a { background-color: rgb(114,17,150); }

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

border-color css

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

 span { border-color: rgb(114,17,150); }

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