#720732

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

Shades of Tyrian Purple #720732

Tints of Tyrian Purple #720732

Color information

#720732 (or 0x720732) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 32. RGB value is (114,7,50). Sum of RGB (Red+Green+Blue) = 114+7+50=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720732 is #8DF8CD. Grayscale: #2B2B2B. Windows color (decimal): -9304270 or 3278706. OLE color: 3278706.

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

Color convert

RGB114750-
CMYK00.940.560.55
HSL335.89º88.43%23.73%-
HSV(B)335.89º93.86%44.71%-
XYZ7.593.963.38-
YUV43.9131.45178-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=66.67%
G=4.09%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11475000.940.560.55335.8988.4323.73
Hex7273205E38371505818
Octal1627620136706752013030
Binary111001011111001001011110111000110111101010000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720732; }

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

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

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

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

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

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

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

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