#721198

Color #721198 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #721198

Tints of Purple #721198

Color information

#721198 (or 0x721198) is unknown color: approx 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

RGB11417152-
CMYK0.250.8900.40
HSL283.11º79.88%33.14%-
HSV(B)283.11º88.82%59.61%-
XYZ12.816.2530.24-
YUV61.39179.14165.52-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114171520.250.8900.40283.1179.8833.14
Hex721198195902811b5021
Octal162212303113105043312041
Binary1110010100011001100011001101100101010001000110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>