Html Css Color HEX #721198 Purple

📋 copy color: '#721198'

red 114 ◦ green 17 ◦ blue 152

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

Shades of Purple #721198

Tints of Purple #721198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.71%

R = 40.28%
G = 6.01%
B = 53.71%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#721198 (or 0x721198) is known color: Purple. HEX triplet: 72, 11 and 98. RGB value is (114,17,152). Sum of RGB (Red+Green+Blue) = 114+17+152=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #721198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721198 is #8DEE67. Grayscale: #3C3C3C. Windows color (decimal): -9301608 or 9965938. OLE color: 9965938.

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

Color convert

RGB 114 17 152 -
CMYK 0.25 0.89 0 0.40
HSL 283.11º 0.8% 0.33% -
HSV(B) 283.11º 0.89% 0.6% -
XYZ 12.81 6.25 30.24 -
YUV 61.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 114 17 152 0.25 0.89 0 0.40 283.11 0.8 0.33
Hex 72 11 98 19 59 0 28 11B 50 21
Octal 162 21 230 31 131 0 50 433 120 41
Binary 1110010 10001 10011000 11001 1011001 0 101000 100011011 1010000 100001

Color Harmonies of #721198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721198

Black with #721198

Text Example


Text Example

White with #721198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721198; }

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

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

background-color css

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

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

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

border-color css

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

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

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