#5A0852

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

Shades of Tyrian Purple #5A0852

Tints of Tyrian Purple #5A0852

Color information

#5A0852 (or 0x5A0852) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 08 and 52. RGB value is (90,8,82). Sum of RGB (Red+Green+Blue) = 90+8+82=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0852 is #A5F7AD. Grayscale: #282828. Windows color (decimal): -10876846 or 5376090. OLE color: 5376090.

HSL color Cylindrical-coordinate representation of color #5A0852: hue angle of 305.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0852 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB90882-
CMYK00.910.090.65
HSL305.85º83.67%19.22%-
HSV(B)305.85º91.11%35.29%-
XYZ5.832.968.25-
YUV40.95151.17162.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=50%
G=4.44%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9088200.910.090.65305.8583.6719.22
Hex5A85205B9411325413
Octal1321012201331110146212423
Binary1011010100010100100101101110011000001100110010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A0852; }

 p { color: rgb(90,8,82); }

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

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

 a { background-color: rgb(90,8,82); }

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

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

 span { border-color: rgb(90,8,82); }

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