#720039

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

Shades of Tyrian Purple #720039

Tints of Tyrian Purple #720039

Color information

#720039 (or 0x720039) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 39. RGB value is (114,0,57). Sum of RGB (Red+Green+Blue) = 114+0+57=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720039 is #8DFFC6. Grayscale: #282828. Windows color (decimal): -9306055 or 3735666. OLE color: 3735666.

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

Color convert

RGB114057-
CMYK010.500.55
HSL330º100%22.35%-
HSV(B)330º100%44.71%-
XYZ7.683.874.21-
YUV40.58137.27180.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114057010.500.5533010022.35
Hex72039064323714a6416
Octal1620710144626751214426
Binary1110010011100101100100110010110111101001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720039; }

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

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

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

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

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

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

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

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