#72035C

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

Shades of Tyrian Purple #72035C

Tints of Tyrian Purple #72035C

Color information

#72035C (or 0x72035C) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 5C. RGB value is (114,3,92). Sum of RGB (Red+Green+Blue) = 114+3+92=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72035C is #8DFCA3. Grayscale: #2E2E2E. Windows color (decimal): -9305252 or 6030194. OLE color: 6030194.

HSL color Cylindrical-coordinate representation of color #72035C: hue angle of 311.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72035C is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB114392-
CMYK00.970.190.55
HSL311.89º94.87%22.94%-
HSV(B)311.89º97.37%44.71%-
XYZ8.94.4210.51-
YUV46.34153.77176.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=54.55%
G=1.44%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11439200.970.190.55311.8994.8722.94
Hex7235C06113371385f17
Octal16231340141236747013727
Binary11100101110111000110000110011110111100111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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