#72015E

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

Shades of Purple #72015E

Tints of Purple #72015E

Color information

#72015E (or 0x72015E) is unknown color: approx Purple. HEX triplet: 72, 01 and 5E. RGB value is (114,1,94). Sum of RGB (Red+Green+Blue) = 114+1+94=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72015E is #8DFEA1. Grayscale: #2D2D2D. Windows color (decimal): -9305762 or 6160754. OLE color: 6160754.

HSL color Cylindrical-coordinate representation of color #72015E: hue angle of 310.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72015E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB114194-
CMYK00.990.180.55
HSL310.62º98.26%22.55%-
HSV(B)310.62º99.12%44.71%-
XYZ8.974.4110.97-
YUV45.39155.44176.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=54.55%
G=0.48%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11419400.990.180.55310.6298.2622.55
Hex7215E06312371376217
Octal16211360143226746714227
Binary1110010110111100110001110010110111100110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72015E; }

 p { color: rgb(114,1,94); }

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

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

 a { background-color: rgb(114,1,94); }

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

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

 span { border-color: rgb(114,1,94); }

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