#72015B

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

Shades of Tyrian Purple #72015B

Tints of Tyrian Purple #72015B

Color information

#72015B (or 0x72015B) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 5B. RGB value is (114,1,91). Sum of RGB (Red+Green+Blue) = 114+1+91=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72015B is #8DFEA4. Grayscale: #2C2C2C. Windows color (decimal): -9305765 or 5964146. OLE color: 5964146.

HSL color Cylindrical-coordinate representation of color #72015B: hue angle of 312.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72015B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB114191-
CMYK00.990.200.55
HSL312.21º98.26%22.55%-
HSV(B)312.21º99.12%44.71%-
XYZ8.844.3510.27-
YUV45.05153.94177.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=55.34%
G=0.49%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11419100.990.200.55312.2198.2622.55
Hex7215B06314371386217
Octal16211330143246747014227
Binary1110010110110110110001110100110111100111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72015B; }

 p { color: rgb(114,1,91); }

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

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

 a { background-color: rgb(114,1,91); }

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

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

 span { border-color: rgb(114,1,91); }

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