#720933

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

Shades of Tyrian Purple #720933

Tints of Tyrian Purple #720933

Color information

#720933 (or 0x720933) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 33. RGB value is (114,9,51). Sum of RGB (Red+Green+Blue) = 114+9+51=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720933 is #8DF6CC. Grayscale: #2D2D2D. Windows color (decimal): -9303757 or 3344754. OLE color: 3344754.

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

Color convert

RGB114951-
CMYK00.920.550.55
HSL336º85.37%24.12%-
HSV(B)336º92.11%44.71%-
XYZ7.634.013.5-
YUV45.18131.29177.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=65.52%
G=5.17%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11495100.920.550.5533685.3724.12
Hex7293305C37371505518
Octal16211630134676752012530
Binary1110010100111001101011100110111110111101010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720933; }

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

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

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

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

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

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

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

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