#720934

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

Shades of Tyrian Purple #720934

Tints of Tyrian Purple #720934

Color information

#720934 (or 0x720934) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 34. RGB value is (114,9,52). Sum of RGB (Red+Green+Blue) = 114+9+52=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #720934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720934 is #8DF6CB. Grayscale: #2D2D2D. Windows color (decimal): -9303756 or 3410290. OLE color: 3410290.

HSL color Cylindrical-coordinate representation of color #720934: hue angle of 335.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720934 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB114952-
CMYK00.920.540.55
HSL335.43º85.37%24.12%-
HSV(B)335.43º92.11%44.71%-
XYZ7.664.023.62-
YUV45.3131.79177-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=65.14%
G=5.14%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11495200.920.540.55335.4385.3724.12
Hex7293405C363714f5518
Octal16211640134666751712530
Binary1110010100111010001011100110110110111101001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720934; }

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

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

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

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

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

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

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

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