#720153

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

Shades of Tyrian Purple #720153

Tints of Tyrian Purple #720153

Color information

#720153 (or 0x720153) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 53. RGB value is (114,1,83). Sum of RGB (Red+Green+Blue) = 114+1+83=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #720153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720153 is #8DFEAC. Grayscale: #2B2B2B. Windows color (decimal): -9305773 or 5439858. OLE color: 5439858.

HSL color Cylindrical-coordinate representation of color #720153: hue angle of 316.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720153 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB114183-
CMYK00.990.270.55
HSL316.46º98.26%22.55%-
HSV(B)316.46º99.12%44.71%-
XYZ8.514.228.55-
YUV44.14149.94177.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=57.58%
G=0.51%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418300.990.270.55316.4698.2622.55
Hex721530631B3713c6217
Octal16211230143336747414227
Binary1110010110100110110001111011110111100111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720153; }

 p { color: rgb(114,1,83); }

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

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

 a { background-color: rgb(114,1,83); }

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

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

 span { border-color: rgb(114,1,83); }

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