#720267

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

Shades of Purple #720267

Tints of Purple #720267

Color information

#720267 (or 0x720267) is unknown color: approx Purple. HEX triplet: 72, 02 and 67. RGB value is (114,2,103). Sum of RGB (Red+Green+Blue) = 114+2+103=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720267 is #8DFD98. Grayscale: #2E2E2E. Windows color (decimal): -9305497 or 6750834. OLE color: 6750834.

HSL color Cylindrical-coordinate representation of color #720267: hue angle of 305.89º 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 #720267 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB1142103-
CMYK00.980.100.55
HSL305.89º96.55%22.75%-
HSV(B)305.89º98.25%44.71%-
XYZ9.414.613.22-
YUV47159.61175.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=52.05%
G=0.91%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114210300.980.100.55305.8996.5522.75
Hex72267062A371326117
Octal16221470142126746214127
Binary1110010101100111011000101010110111100110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720267; }

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

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

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

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

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

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

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

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