#72177C

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

Shades of Purple #72177C

Tints of Purple #72177C

Color information

#72177C (or 0x72177C) is unknown color: approx Purple. HEX triplet: 72, 17 and 7C. RGB value is (114,23,124). Sum of RGB (Red+Green+Blue) = 114+23+124=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #72177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72177C is #8DE883. Grayscale: #3D3D3D. Windows color (decimal): -9300100 or 8132466. OLE color: 8132466.

HSL color Cylindrical-coordinate representation of color #72177C: hue angle of 294.06º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72177C is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11423124-
CMYK0.080.8100.51
HSL294.06º68.71%28.82%-
HSV(B)294.06º81.45%48.63%-
XYZ10.885.6519.58-
YUV61.72163.15165.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=43.68%
G=8.81%
B=47.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114231240.080.8100.51294.0668.7128.82
Hex72177C851033126451d
Octal162271741012106344610535
Binary1110010101111111100100010100010110011100100110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72177C; }

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

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

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

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

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

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

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

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