#72177D

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

Shades of Purple #72177D

Tints of Purple #72177D

Color information

#72177D (or 0x72177D) is unknown color: approx Purple. HEX triplet: 72, 17 and 7D. RGB value is (114,23,125). Sum of RGB (Red+Green+Blue) = 114+23+125=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #72177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72177D is #8DE882. Grayscale: #3D3D3D. Windows color (decimal): -9300099 or 8198002. OLE color: 8198002.

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

Color convert

RGB11423125-
CMYK0.090.8200.51
HSL293.53º68.92%29.02%-
HSV(B)293.53º81.6%49.02%-
XYZ10.955.6719.92-
YUV61.84163.65165.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=43.51%
G=8.78%
B=47.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114231250.090.8200.51293.5368.9229.02
Hex72177D952033126451d
Octal162271751112206344610535
Binary1110010101111111101100110100100110011100100110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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