Html Css Color HEX #5A002A Tyrian Purple

📋 copy color: '#5A002A'

red 90 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #5A002A

Tints of Tyrian Purple #5A002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.18%
G = 0%
B = 31.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A002A (or 0x5A002A) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 2A. RGB value is (90,0,42). Sum of RGB (Red+Green+Blue) = 90+0+42=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A002A is #A5FFD5. Grayscale: #1F1F1F. Windows color (decimal): -10878934 or 2752602. OLE color: 2752602.

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

Color convert

RGB 90 0 42 -
CMYK 0 1 0.53 0.65
HSL 332º 1% 0.18% -
HSV(B) 332º 1% 0.35% -
XYZ 4.63 2.34 2.4 -
YUV 31.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 90 0 42 0 1 0.53 0.65 332 1 0.18
Hex 5A 0 2A 0 64 35 41 14C 64 12
Octal 132 0 52 0 144 65 101 514 144 22
Binary 1011010 0 101010 0 1100100 110101 1000001 101001100 1100100 10010

Color Harmonies of #5A002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A002A

Black with #5A002A

Text Example


Text Example

White with #5A002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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