#720058

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

Shades of Tyrian Purple #720058

Tints of Tyrian Purple #720058

Color information

#720058 (or 0x720058) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 58. RGB value is (114,0,88). Sum of RGB (Red+Green+Blue) = 114+0+88=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720058 is #8DFFA7. Grayscale: #2B2B2B. Windows color (decimal): -9306024 or 5767282. OLE color: 5767282.

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

Color convert

RGB114088-
CMYK010.230.55
HSL313.68º100%22.35%-
HSV(B)313.68º100%44.71%-
XYZ8.74.289.6-
YUV44.12152.77177.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=56.44%
G=0%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114088010.230.55313.6810022.35
Hex72058064173713a6416
Octal16201300144276747214426
Binary1110010010110000110010010111110111100111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720058; }

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

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

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

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

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

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

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

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