#720C7C

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

Shades of Purple #720C7C

Tints of Purple #720C7C

Color information

#720C7C (or 0x720C7C) is unknown color: approx Purple. HEX triplet: 72, 0C and 7C. RGB value is (114,12,124). Sum of RGB (Red+Green+Blue) = 114+12+124=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #720C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C7C is #8DF383. Grayscale: #363636. Windows color (decimal): -9302916 or 8129650. OLE color: 8129650.

HSL color Cylindrical-coordinate representation of color #720C7C: hue angle of 294.64º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720C7C is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11412124-
CMYK0.080.9000.51
HSL294.64º82.35%26.67%-
HSV(B)294.64º90.32%48.63%-
XYZ10.715.319.53-
YUV55.27166.79169.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=45.6%
G=4.8%
B=49.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114121240.080.9000.51294.6482.3526.67
Hex72C7C85A033127521b
Octal162141741013206344712233
Binary111001011001111100100010110100110011100100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720C7C; }

 p { color: rgb(114,12,124); }

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

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

 a { background-color: rgb(114,12,124); }

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

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

 span { border-color: rgb(114,12,124); }

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