#72003E

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

Shades of Tyrian Purple #72003E

Tints of Tyrian Purple #72003E

Color information

#72003E (or 0x72003E) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 3E. RGB value is (114,0,62). Sum of RGB (Red+Green+Blue) = 114+0+62=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003E is #8DFFC1. Grayscale: #292929. Windows color (decimal): -9306050 or 4063346. OLE color: 4063346.

HSL color Cylindrical-coordinate representation of color #72003E: hue angle of 327.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72003E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB114062-
CMYK010.460.55
HSL327.37º100%22.35%-
HSV(B)327.37º100%44.71%-
XYZ7.813.934.9-
YUV41.15139.77179.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=64.77%
G=0%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114062010.460.55327.3710022.35
Hex7203E0642E371476416
Octal1620760144566750714426
Binary1110010011111001100100101110110111101000111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72003E; }

 p { color: rgb(114,0,62); }

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

<style>
 a { background-color: #72003E; }

 a { background-color: rgb(114,0,62); }

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

<style>
 span { border-color: #72003E; }

 span { border-color: rgb(114,0,62); }

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