#72084F

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

Shades of Tyrian Purple #72084F

Tints of Tyrian Purple #72084F

Color information

#72084F (or 0x72084F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 4F. RGB value is (114,8,79). Sum of RGB (Red+Green+Blue) = 114+8+79=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72084F is #8DF7B0. Grayscale: #2F2F2F. Windows color (decimal): -9303985 or 5179506. OLE color: 5179506.

HSL color Cylindrical-coordinate representation of color #72084F: hue angle of 319.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72084F is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB114879-
CMYK00.930.310.55
HSL319.81º86.89%23.92%-
HSV(B)319.81º92.98%44.71%-
XYZ8.444.327.79-
YUV47.79145.62175.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=56.72%
G=3.98%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11487900.930.310.55319.8186.8923.92
Hex7284F05D1F371405718
Octal162101170135376750012730
Binary1110010100010011110101110111111110111101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72084F; }

 p { color: rgb(114,8,79); }

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

<style>
 a { background-color: #72084F; }

 a { background-color: rgb(114,8,79); }

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

<style>
 span { border-color: #72084F; }

 span { border-color: rgb(114,8,79); }

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