#720952

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

Shades of Tyrian Purple #720952

Tints of Tyrian Purple #720952

Color information

#720952 (or 0x720952) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 52. RGB value is (114,9,82). Sum of RGB (Red+Green+Blue) = 114+9+82=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #720952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720952 is #8DF6AD. Grayscale: #303030. Windows color (decimal): -9303726 or 5376370. OLE color: 5376370.

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

Color convert

RGB114982-
CMYK00.920.280.55
HSL318.29º85.37%24.12%-
HSV(B)318.29º92.11%44.71%-
XYZ8.564.388.38-
YUV48.72146.79174.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 82 (32.42% from 255) = 40%
R=55.61%
G=4.39%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11498200.920.280.55318.2985.3724.12
Hex7295205C1C3713e5518
Octal162111220134346747612530
Binary1110010100110100100101110011100110111100111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720952; }

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

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

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

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

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

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

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

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