#720136

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

Shades of Tyrian Purple #720136

Tints of Tyrian Purple #720136

Color information

#720136 (or 0x720136) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 36. RGB value is (114,1,54). Sum of RGB (Red+Green+Blue) = 114+1+54=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #720136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720136 is #8DFEC9. Grayscale: #282828. Windows color (decimal): -9305802 or 3539314. OLE color: 3539314.

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

Color convert

RGB114154-
CMYK00.990.530.55
HSL331.86º98.26%22.55%-
HSV(B)331.86º99.12%44.71%-
XYZ7.623.873.83-
YUV40.83135.44180.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=67.46%
G=0.59%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11415400.990.530.55331.8698.2622.55
Hex72136063353714c6217
Octal1621660143656751414227
Binary1110010111011001100011110101110111101001100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720136; }

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

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

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

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

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

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

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

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