#720234

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

Shades of Tyrian Purple #720234

Tints of Tyrian Purple #720234

Color information

#720234 (or 0x720234) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 34. RGB value is (114,2,52). Sum of RGB (Red+Green+Blue) = 114+2+52=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #720234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720234 is #8DFDCB. Grayscale: #292929. Windows color (decimal): -9305548 or 3408498. OLE color: 3408498.

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

Color convert

RGB114252-
CMYK00.980.540.55
HSL333.21º96.55%22.75%-
HSV(B)333.21º98.25%44.71%-
XYZ7.583.873.6-
YUV41.19134.11179.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=67.86%
G=1.19%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425200.980.540.55333.2196.5522.75
Hex72234062363714d6117
Octal1622640142666751514127
Binary11100101011010001100010110110110111101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720234; }

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

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

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

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

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

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

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

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