#720832

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

Shades of Tyrian Purple #720832

Tints of Tyrian Purple #720832

Color information

#720832 (or 0x720832) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 32. RGB value is (114,8,50). Sum of RGB (Red+Green+Blue) = 114+8+50=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720832 is #8DF7CD. Grayscale: #2C2C2C. Windows color (decimal): -9304014 or 3278962. OLE color: 3278962.

HSL color Cylindrical-coordinate representation of color #720832: hue angle of 336.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720832 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB114850-
CMYK00.930.560.55
HSL336.23º86.89%23.92%-
HSV(B)336.23º92.98%44.71%-
XYZ7.63.983.39-
YUV44.48131.12177.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=66.28%
G=4.65%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11485000.930.560.55336.2386.8923.92
Hex7283205D38371505718
Octal16210620135706752012730
Binary1110010100011001001011101111000110111101010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720832; }

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

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

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

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

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

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

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

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