#72025C

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

Shades of Tyrian Purple #72025C

Tints of Tyrian Purple #72025C

Color information

#72025C (or 0x72025C) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 5C. RGB value is (114,2,92). Sum of RGB (Red+Green+Blue) = 114+2+92=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72025C is #8DFDA3. Grayscale: #2D2D2D. Windows color (decimal): -9305508 or 6029938. OLE color: 6029938.

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

Color convert

RGB114292-
CMYK00.980.190.55
HSL311.79º96.55%22.75%-
HSV(B)311.79º98.25%44.71%-
XYZ8.894.3910.5-
YUV45.75154.11176.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=54.81%
G=0.96%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11429200.980.190.55311.7996.5522.75
Hex7225C06213371386117
Octal16221340142236747014127
Binary11100101010111000110001010011110111100111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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