#720235

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

Shades of Tyrian Purple #720235

Tints of Tyrian Purple #720235

Color information

#720235 (or 0x720235) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 35. RGB value is (114,2,53). Sum of RGB (Red+Green+Blue) = 114+2+53=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #720235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720235 is #8DFDCA. Grayscale: #292929. Windows color (decimal): -9305547 or 3474034. OLE color: 3474034.

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

Color convert

RGB114253-
CMYK00.980.540.55
HSL332.68º96.55%22.75%-
HSV(B)332.68º98.25%44.71%-
XYZ7.63.883.72-
YUV41.3134.61179.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=67.46%
G=1.18%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425300.980.540.55332.6896.5522.75
Hex72235062363714d6117
Octal1622650142666751514127
Binary11100101011010101100010110110110111101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720235; }

 p { color: rgb(114,2,53); }

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

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

 a { background-color: rgb(114,2,53); }

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

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

 span { border-color: rgb(114,2,53); }

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