#720057

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

Shades of Tyrian Purple #720057

Tints of Tyrian Purple #720057

Color information

#720057 (or 0x720057) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 57. RGB value is (114,0,87). Sum of RGB (Red+Green+Blue) = 114+0+87=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #720057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720057 is #8DFFA8. Grayscale: #2B2B2B. Windows color (decimal): -9306025 or 5701746. OLE color: 5701746.

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

Color convert

RGB114087-
CMYK010.240.55
HSL314.21º100%22.35%-
HSV(B)314.21º100%44.71%-
XYZ8.664.279.38-
YUV44152.27177.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=56.72%
G=0%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114087010.240.55314.2110022.35
Hex72057064183713a6416
Octal16201270144306747214426
Binary1110010010101110110010011000110111100111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720057; }

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

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

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

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

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

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

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

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