Html Css Color HEX #5A0A42 Tyrian Purple

📋 copy color: '#5A0A42'

red 90 ◦ green 10 ◦ blue 66

#5A0A42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5A0A42

Tints of Tyrian Purple #5A0A42

RGB

 RED value IS 90 (35.55% from 255) = 54.22%

 GREEN value IS 10 (4.3% from 255) = 6.02%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 54.22%
G = 6.02%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A0A42 (or 0x5A0A42) is known color: Tyrian Purple. HEX triplet: 5A, 0A and 42. RGB value is (90,10,66). Sum of RGB (Red+Green+Blue) = 90+10+66=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A42 is #A5F5BD. Grayscale: #282828. Windows color (decimal): -10876350 or 4328026. OLE color: 4328026.

HSL color Cylindrical-coordinate representation of color #5A0A42: hue angle of 318º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0A42 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 10 66 -
CMYK 0 0.89 0.27 0.65
HSL 318º 0.8% 0.2% -
HSV(B) 318º 0.89% 0.35% -
XYZ 5.31 2.78 5.41 -
YUV 40.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 90 10 66 0 0.89 0.27 0.65 318 0.8 0.2
Hex 5A A 42 0 59 1B 41 13E 50 14
Octal 132 12 102 0 131 33 101 476 120 24
Binary 1011010 1010 1000010 0 1011001 11011 1000001 100111110 1010000 10100

Color Harmonies of #5A0A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0A42

Black with #5A0A42

Text Example


Text Example

White with #5A0A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,10,66); }

 H1.HeaderClassName
 {
   color: #5A0A42;
 }
 .AnyTagClassName
 {
   color: #5A0A42;
 }
</style>

background-color css

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

 a { background-color: rgb(90,10,66); }

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

border-color css

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

 span { border-color: rgb(90,10,66); }

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