#720841

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

Shades of Tyrian Purple #720841

Tints of Tyrian Purple #720841

Color information

#720841 (or 0x720841) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 41. RGB value is (114,8,65). Sum of RGB (Red+Green+Blue) = 114+8+65=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720841 is #8DF7BE. Grayscale: #2E2E2E. Windows color (decimal): -9303999 or 4262002. OLE color: 4262002.

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

Color convert

RGB114865-
CMYK00.930.430.55
HSL327.74º86.89%23.92%-
HSV(B)327.74º92.98%44.71%-
XYZ7.984.135.38-
YUV46.19138.62176.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=60.96%
G=4.28%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486500.930.430.55327.7486.8923.92
Hex7284105D2B371485718
Octal162101010135536751012730
Binary11100101000100000101011101101011110111101001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720841; }

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

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

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

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

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

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

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

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