Html Css Color HEX #5A062A Tyrian Purple

📋 copy color: '#5A062A'

red 90 ◦ green 6 ◦ blue 42

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

Shades of Tyrian Purple #5A062A

Tints of Tyrian Purple #5A062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 65.22%
G = 4.35%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A062A (or 0x5A062A) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 2A. RGB value is (90,6,42). Sum of RGB (Red+Green+Blue) = 90+6+42=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A062A is #A5F9D5. Grayscale: #232323. Windows color (decimal): -10877398 or 2754138. OLE color: 2754138.

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

Color convert

RGB 90 6 42 -
CMYK 0 0.93 0.53 0.65
HSL 334.29º 0.88% 0.19% -
HSV(B) 334.29º 0.93% 0.35% -
XYZ 4.7 2.47 2.42 -
YUV 35.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 90 6 42 0 0.93 0.53 0.65 334.29 0.88 0.19
Hex 5A 6 2A 0 5D 35 41 14E 58 13
Octal 132 6 52 0 135 65 101 516 130 23
Binary 1011010 110 101010 0 1011101 110101 1000001 101001110 1011000 10011

Color Harmonies of #5A062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A062A

Black with #5A062A

Text Example


Text Example

White with #5A062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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