#720052

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

Shades of Tyrian Purple #720052

Tints of Tyrian Purple #720052

Color information

#720052 (or 0x720052) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 52. RGB value is (114,0,82). Sum of RGB (Red+Green+Blue) = 114+0+82=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #720052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720052 is #8DFFAD. Grayscale: #2B2B2B. Windows color (decimal): -9306030 or 5374066. OLE color: 5374066.

HSL color Cylindrical-coordinate representation of color #720052: hue angle of 316.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720052 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB114082-
CMYK010.280.55
HSL316.84º100%22.35%-
HSV(B)316.84º100%44.71%-
XYZ8.464.198.34-
YUV43.43149.77178.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=58.16%
G=0%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114082010.280.55316.8410022.35
Hex720520641C3713d6416
Octal16201220144346747514426
Binary1110010010100100110010011100110111100111101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720052; }

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

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

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

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

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

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

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

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