#720252

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

Shades of Tyrian Purple #720252

Tints of Tyrian Purple #720252

Color information

#720252 (or 0x720252) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 52. RGB value is (114,2,82). Sum of RGB (Red+Green+Blue) = 114+2+82=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #720252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720252 is #8DFDAD. Grayscale: #2C2C2C. Windows color (decimal): -9305518 or 5374578. OLE color: 5374578.

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

Color convert

RGB114282-
CMYK00.980.280.55
HSL317.14º96.55%22.75%-
HSV(B)317.14º98.25%44.71%-
XYZ8.484.238.35-
YUV44.61149.11177.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=57.58%
G=1.01%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11428200.980.280.55317.1496.5522.75
Hex722520621C3713d6117
Octal16221220142346747514127
Binary11100101010100100110001011100110111100111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720252; }

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

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

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

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

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

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

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

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