#72057A

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

Shades of Purple #72057A

Tints of Purple #72057A

Color information

#72057A (or 0x72057A) is unknown color: approx Purple. HEX triplet: 72, 05 and 7A. RGB value is (114,5,122). Sum of RGB (Red+Green+Blue) = 114+5+122=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #72057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72057A is #8DFA85. Grayscale: #323232. Windows color (decimal): -9304710 or 7996786. OLE color: 7996786.

HSL color Cylindrical-coordinate representation of color #72057A: hue angle of 295.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72057A is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1145122-
CMYK0.070.9600.52
HSL295.9º92.13%24.9%-
HSV(B)295.9º95.9%47.84%-
XYZ10.515.0918.84-
YUV50.93168.11172.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=47.30%
G=2.07%
B=50.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11451220.070.9600.52295.992.1324.9
Hex7257A7600341285c19
Octal1625172714006445013431
Binary1110010101111101011111000000110100100101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72057A; }

 p { color: rgb(114,5,122); }

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

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

 a { background-color: rgb(114,5,122); }

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

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

 span { border-color: rgb(114,5,122); }

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