#720032

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

Shades of Tyrian Purple #720032

Tints of Tyrian Purple #720032

Color information

#720032 (or 0x720032) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 32. RGB value is (114,0,50). Sum of RGB (Red+Green+Blue) = 114+0+50=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #720032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720032 is #8DFFCD. Grayscale: #272727. Windows color (decimal): -9306062 or 3276914. OLE color: 3276914.

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

Color convert

RGB114050-
CMYK010.560.55
HSL333.68º100%22.35%-
HSV(B)333.68º100%44.71%-
XYZ7.523.813.36-
YUV39.79133.77180.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=69.51%
G=0%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114050010.560.55333.6810022.35
Hex72032064383714e6416
Octal1620620144706751614426
Binary1110010011001001100100111000110111101001110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720032; }

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

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

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

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

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

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

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

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