#72026B

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

Shades of Purple #72026B

Tints of Purple #72026B

Color information

#72026B (or 0x72026B) is unknown color: approx Purple. HEX triplet: 72, 02 and 6B. RGB value is (114,2,107). Sum of RGB (Red+Green+Blue) = 114+2+107=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72026B is #8DFD94. Grayscale: #2F2F2F. Windows color (decimal): -9305493 or 7012978. OLE color: 7012978.

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

Color convert

RGB1142107-
CMYK00.980.060.55
HSL303.75º96.55%22.75%-
HSV(B)303.75º98.25%44.71%-
XYZ9.614.6814.31-
YUV47.46161.61175.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=51.12%
G=0.90%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114210700.980.060.55303.7596.5522.75
Hex7226B0626371306117
Octal1622153014266746014127
Binary111001010110101101100010110110111100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72026B; }

 p { color: rgb(114,2,107); }

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

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

 a { background-color: rgb(114,2,107); }

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

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

 span { border-color: rgb(114,2,107); }

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