Html Css Color HEX #5A012A Tyrian Purple

📋 copy color: '#5A012A'

red 90 ◦ green 1 ◦ blue 42

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

Shades of Tyrian Purple #5A012A

Tints of Tyrian Purple #5A012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 67.67%
G = 0.75%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A012A (or 0x5A012A) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 2A. RGB value is (90,1,42). Sum of RGB (Red+Green+Blue) = 90+1+42=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A012A is #A5FED5. Grayscale: #202020. Windows color (decimal): -10878678 or 2752858. OLE color: 2752858.

HSL color Cylindrical-coordinate representation of color #5A012A: hue angle of 332.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A012A is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 1 42 -
CMYK 0 0.99 0.53 0.65
HSL 332.36º 0.98% 0.18% -
HSV(B) 332.36º 0.99% 0.35% -
XYZ 4.65 2.36 2.4 -
YUV 32.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 90 1 42 0 0.99 0.53 0.65 332.36 0.98 0.18
Hex 5A 1 2A 0 63 35 41 14C 62 12
Octal 132 1 52 0 143 65 101 514 142 22
Binary 1011010 1 101010 0 1100011 110101 1000001 101001100 1100010 10010

Color Harmonies of #5A012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A012A

Black with #5A012A

Text Example


Text Example

White with #5A012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,42); }

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

background-color css

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

 a { background-color: rgb(90,1,42); }

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

border-color css

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

 span { border-color: rgb(90,1,42); }

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