Html Css Color HEX #5A032F Tyrian Purple

📋 copy color: '#5A032F'

red 90 ◦ green 3 ◦ blue 47

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

Shades of Tyrian Purple #5A032F

Tints of Tyrian Purple #5A032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 64.29%
G = 2.14%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A032F (or 0x5A032F) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 2F. RGB value is (90,3,47). Sum of RGB (Red+Green+Blue) = 90+3+47=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A032F is #A5FCD0. Grayscale: #212121. Windows color (decimal): -10878161 or 3081050. OLE color: 3081050.

HSL color Cylindrical-coordinate representation of color #5A032F: hue angle of 329.66º 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 #5A032F is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 3 47 -
CMYK 0 0.97 0.48 0.65
HSL 329.66º 0.94% 0.18% -
HSV(B) 329.66º 0.97% 0.35% -
XYZ 4.76 2.44 2.91 -
YUV 34.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 90 3 47 0 0.97 0.48 0.65 329.66 0.94 0.18
Hex 5A 3 2F 0 61 30 41 14A 5E 12
Octal 132 3 57 0 141 60 101 512 136 22
Binary 1011010 11 101111 0 1100001 110000 1000001 101001010 1011110 10010

Color Harmonies of #5A032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A032F

Black with #5A032F

Text Example


Text Example

White with #5A032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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