Html Css Color HEX #5A032E Tyrian Purple

📋 copy color: '#5A032E'

red 90 ◦ green 3 ◦ blue 46

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

Shades of Tyrian Purple #5A032E

Tints of Tyrian Purple #5A032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

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

R = 64.75%
G = 2.16%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A032E (or 0x5A032E) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 2E. RGB value is (90,3,46). Sum of RGB (Red+Green+Blue) = 90+3+46=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A032E is #A5FCD1. Grayscale: #212121. Windows color (decimal): -10878162 or 3015514. OLE color: 3015514.

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

Color convert

RGB 90 3 46 -
CMYK 0 0.97 0.49 0.65
HSL 330.34º 0.94% 0.18% -
HSV(B) 330.34º 0.97% 0.35% -
XYZ 4.74 2.44 2.81 -
YUV 33.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 90 3 46 0 0.97 0.49 0.65 330.34 0.94 0.18
Hex 5A 3 2E 0 61 31 41 14A 5E 12
Octal 132 3 56 0 141 61 101 512 136 22
Binary 1011010 11 101110 0 1100001 110001 1000001 101001010 1011110 10010

Color Harmonies of #5A032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A032E

Black with #5A032E

Text Example


Text Example

White with #5A032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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