#72063B

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

Shades of Tyrian Purple #72063B

Tints of Tyrian Purple #72063B

Color information

#72063B (or 0x72063B) is unknown color: approx Tyrian Purple. HEX triplet: 72, 06 and 3B. RGB value is (114,6,59). Sum of RGB (Red+Green+Blue) = 114+6+59=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72063B is #8DF9C4. Grayscale: #2C2C2C. Windows color (decimal): -9304517 or 3868274. OLE color: 3868274.

HSL color Cylindrical-coordinate representation of color #72063B: hue angle of 330.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72063B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB114659-
CMYK00.950.480.55
HSL330.56º90%23.53%-
HSV(B)330.56º94.74%44.71%-
XYZ7.794.024.5-
YUV44.33136.28177.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.69%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=63.69%
G=3.35%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11465900.950.480.55330.569023.53
Hex7263B05F303714b5a18
Octal1626730137606751313230
Binary111001011011101101011111110000110111101001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72063B; }

 p { color: rgb(114,6,59); }

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

<style>
 a { background-color: #72063B; }

 a { background-color: rgb(114,6,59); }

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

<style>
 span { border-color: #72063B; }

 span { border-color: rgb(114,6,59); }

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