#721195

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

Shades of Purple #721195

Tints of Purple #721195

Color information

#721195 (or 0x721195) is unknown color: approx Purple. HEX triplet: 72, 11 and 95. RGB value is (114,17,149). Sum of RGB (Red+Green+Blue) = 114+17+149=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #721195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721195 is #8DEE6A. Grayscale: #3C3C3C. Windows color (decimal): -9301611 or 9769330. OLE color: 9769330.

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

Color convert

RGB11417149-
CMYK0.230.8900.42
HSL284.09º79.52%32.55%-
HSV(B)284.09º88.59%58.43%-
XYZ12.566.1528.96-
YUV61.05177.64165.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 17 (7.03% from 255) = 6.07%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=40.71%
G=6.07%
B=53.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114171490.230.8900.42284.0979.5232.55
Hex721195175902A11c5021
Octal162212252713105243412041
Binary1110010100011001010110111101100101010101000111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721195; }

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

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

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

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

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

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

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

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