#720334

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

Shades of Tyrian Purple #720334

Tints of Tyrian Purple #720334

Color information

#720334 (or 0x720334) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 34. RGB value is (114,3,52). Sum of RGB (Red+Green+Blue) = 114+3+52=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #720334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720334 is #8DFCCB. Grayscale: #292929. Windows color (decimal): -9305292 or 3408754. OLE color: 3408754.

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

Color convert

RGB114352-
CMYK00.970.540.55
HSL333.51º94.87%22.94%-
HSV(B)333.51º97.37%44.71%-
XYZ7.593.893.6-
YUV41.78133.77179.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=67.46%
G=1.78%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11435200.970.540.55333.5194.8722.94
Hex72334061363714e5f17
Octal1623640141666751613727
Binary11100101111010001100001110110110111101001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720334; }

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

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

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

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

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

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

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

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