#720355

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

Shades of Tyrian Purple #720355

Tints of Tyrian Purple #720355

Color information

#720355 (or 0x720355) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 55. RGB value is (114,3,85). Sum of RGB (Red+Green+Blue) = 114+3+85=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720355 is #8DFCAA. Grayscale: #2D2D2D. Windows color (decimal): -9305259 or 5571442. OLE color: 5571442.

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

Color convert

RGB114385-
CMYK00.970.250.55
HSL315.68º94.87%22.94%-
HSV(B)315.68º97.37%44.71%-
XYZ8.614.38.97-
YUV45.54150.27176.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=56.44%
G=1.49%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11438500.970.250.55315.6894.8722.94
Hex72355061193713c5f17
Octal16231250141316747413727
Binary11100101110101010110000111001110111100111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720355; }

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

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

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

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

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

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

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

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