#720055

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

Shades of Tyrian Purple #720055

Tints of Tyrian Purple #720055

Color information

#720055 (or 0x720055) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 55. RGB value is (114,0,85). Sum of RGB (Red+Green+Blue) = 114+0+85=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720055 is #8DFFAA. Grayscale: #2B2B2B. Windows color (decimal): -9306027 or 5570674. OLE color: 5570674.

HSL color Cylindrical-coordinate representation of color #720055: hue angle of 315.26º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720055 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB114085-
CMYK010.250.55
HSL315.26º100%22.35%-
HSV(B)315.26º100%44.71%-
XYZ8.584.238.96-
YUV43.78151.27178.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=57.29%
G=0%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114085010.250.55315.2610022.35
Hex72055064193713b6416
Octal16201250144316747314426
Binary1110010010101010110010011001110111100111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720055; }

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

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

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

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

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

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

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

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