#72054B

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

Shades of Tyrian Purple #72054B

Tints of Tyrian Purple #72054B

Color information

#72054B (or 0x72054B) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 4B. RGB value is (114,5,75). Sum of RGB (Red+Green+Blue) = 114+5+75=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72054B is #8DFAB4. Grayscale: #2D2D2D. Windows color (decimal): -9304757 or 4916594. OLE color: 4916594.

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

Color convert

RGB114575-
CMYK00.960.340.55
HSL321.47º91.6%23.33%-
HSV(B)321.47º95.61%44.71%-
XYZ8.264.197.03-
YUV45.57144.61176.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=58.76%
G=2.58%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11457500.960.340.55321.4791.623.33
Hex7254B06022371415c17
Octal16251130140426750113427
Binary1110010101100101101100000100010110111101000001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,5,75); }

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

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

 a { background-color: rgb(114,5,75); }

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

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

 span { border-color: rgb(114,5,75); }

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