Html Css Color HEX #5A022E Tyrian Purple

📋 copy color: '#5A022E'

red 90 ◦ green 2 ◦ blue 46

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

Shades of Tyrian Purple #5A022E

Tints of Tyrian Purple #5A022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 46 (18.36% from 255) = 33.33%

R = 65.22%
G = 1.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A022E (or 0x5A022E) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 2E. RGB value is (90,2,46). Sum of RGB (Red+Green+Blue) = 90+2+46=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022E is #A5FDD1. Grayscale: #212121. Windows color (decimal): -10878418 or 3015258. OLE color: 3015258.

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

Color convert

RGB 90 2 46 -
CMYK 0 0.98 0.49 0.65
HSL 330º 0.96% 0.18% -
HSV(B) 330º 0.98% 0.35% -
XYZ 4.73 2.41 2.8 -
YUV 33.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 90 2 46 0 0.98 0.49 0.65 330 0.96 0.18
Hex 5A 2 2E 0 62 31 41 14A 60 12
Octal 132 2 56 0 142 61 101 512 140 22
Binary 1011010 10 101110 0 1100010 110001 1000001 101001010 1100000 10010

Color Harmonies of #5A022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A022E

Black with #5A022E

Text Example


Text Example

White with #5A022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,2,46); }

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

background-color css

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

 a { background-color: rgb(90,2,46); }

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

border-color css

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

 span { border-color: rgb(90,2,46); }

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