#720642

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

Shades of Tyrian Purple #720642

Tints of Tyrian Purple #720642

Color information

#720642 (or 0x720642) is unknown color: approx Tyrian Purple. HEX triplet: 72, 06 and 42. RGB value is (114,6,66). Sum of RGB (Red+Green+Blue) = 114+6+66=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #720642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720642 is #8DF9BD. Grayscale: #2C2C2C. Windows color (decimal): -9304510 or 4327026. OLE color: 4327026.

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

Color convert

RGB114666-
CMYK00.950.420.55
HSL326.67º90%23.53%-
HSV(B)326.67º94.74%44.71%-
XYZ7.994.15.52-
YUV45.13139.78177.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=61.29%
G=3.23%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11466600.950.420.55326.679023.53
Hex7264205F2A371475a18
Octal16261020137526750713230
Binary1110010110100001001011111101010110111101000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720642; }

 p { color: rgb(114,6,66); }

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

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

 a { background-color: rgb(114,6,66); }

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

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

 span { border-color: rgb(114,6,66); }

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