#720637

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

Shades of Tyrian Purple #720637

Tints of Tyrian Purple #720637

Color information

#720637 (or 0x720637) is unknown color: approx Tyrian Purple. HEX triplet: 72, 06 and 37. RGB value is (114,6,55). Sum of RGB (Red+Green+Blue) = 114+6+55=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #720637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720637 is #8DF9C8. Grayscale: #2B2B2B. Windows color (decimal): -9304521 or 3606130. OLE color: 3606130.

HSL color Cylindrical-coordinate representation of color #720637: hue angle of 332.78º 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 #720637 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB114655-
CMYK00.950.520.55
HSL332.78º90%23.53%-
HSV(B)332.78º94.74%44.71%-
XYZ7.693.983.98-
YUV43.88134.28178.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=65.14%
G=3.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11465500.950.520.55332.789023.53
Hex7263705F343714d5a18
Octal1626670137646751513230
Binary111001011011011101011111110100110111101001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720637; }

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

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

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

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

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

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

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

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