#721984

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

Shades of Purple #721984

Tints of Purple #721984

Color information

#721984 (or 0x721984) is unknown color: approx Purple. HEX triplet: 72, 19 and 84. RGB value is (114,25,132). Sum of RGB (Red+Green+Blue) = 114+25+132=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #721984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721984 is #8DE67B. Grayscale: #3F3F3F. Windows color (decimal): -9299580 or 8657266. OLE color: 8657266.

HSL color Cylindrical-coordinate representation of color #721984: hue angle of 289.91º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721984 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11425132-
CMYK0.140.8100.48
HSL289.91º68.15%30.78%-
HSV(B)289.91º81.06%51.76%-
XYZ11.455.9422.37-
YUV63.81166.49163.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=42.07%
G=9.23%
B=48.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114251320.140.8100.48289.9168.1530.78
Hex721984E51030122441f
Octal162312041612106044210437
Binary11100101100110000100111010100010110000100100010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721984; }

 p { color: rgb(114,25,132); }

 H1.HeaderClassName
 {
   color: #721984;
 }
 .AnyTagClassName
 {
   color: #721984;
 }
</style>
background-color css

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

 a { background-color: rgb(114,25,132); }

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

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

 span { border-color: rgb(114,25,132); }

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