#72025B

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

Shades of Tyrian Purple #72025B

Tints of Tyrian Purple #72025B

Color information

#72025B (or 0x72025B) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 5B. RGB value is (114,2,91). Sum of RGB (Red+Green+Blue) = 114+2+91=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72025B is #8DFDA4. Grayscale: #2D2D2D. Windows color (decimal): -9305509 or 5964402. OLE color: 5964402.

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

Color convert

RGB114291-
CMYK00.980.200.55
HSL312.32º96.55%22.75%-
HSV(B)312.32º98.25%44.71%-
XYZ8.854.3810.28-
YUV45.63153.61176.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=55.07%
G=0.97%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11429100.980.200.55312.3296.5522.75
Hex7225B06214371386117
Octal16221330142246747014127
Binary11100101010110110110001010100110111100111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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