#720340

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

Shades of Tyrian Purple #720340

Tints of Tyrian Purple #720340

Color information

#720340 (or 0x720340) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 40. RGB value is (114,3,64). Sum of RGB (Red+Green+Blue) = 114+3+64=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #720340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720340 is #8DFCBF. Grayscale: #2B2B2B. Windows color (decimal): -9305280 or 4195186. OLE color: 4195186.

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

Color convert

RGB114364-
CMYK00.970.440.55
HSL327.03º94.87%22.94%-
HSV(B)327.03º97.37%44.71%-
XYZ7.94.015.21-
YUV43.14139.77178.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=62.98%
G=1.66%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11436400.970.440.55327.0394.8722.94
Hex723400612C371475f17
Octal16231000141546750713727
Binary111001011100000001100001101100110111101000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720340; }

 p { color: rgb(114,3,64); }

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

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

 a { background-color: rgb(114,3,64); }

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

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

 span { border-color: rgb(114,3,64); }

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