Html Css Color HEX #5A032D Tyrian Purple

📋 copy color: '#5A032D'

red 90 ◦ green 3 ◦ blue 45

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

Shades of Tyrian Purple #5A032D

Tints of Tyrian Purple #5A032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.61%

R = 65.22%
G = 2.17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A032D (or 0x5A032D) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 2D. RGB value is (90,3,45). Sum of RGB (Red+Green+Blue) = 90+3+45=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A032D is #A5FCD2. Grayscale: #212121. Windows color (decimal): -10878163 or 2949978. OLE color: 2949978.

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

Color convert

RGB 90 3 45 -
CMYK 0 0.97 0.50 0.65
HSL 331.03º 0.94% 0.18% -
HSV(B) 331.03º 0.97% 0.35% -
XYZ 4.72 2.43 2.7 -
YUV 33.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 90 3 45 0 0.97 0.50 0.65 331.03 0.94 0.18
Hex 5A 3 2D 0 61 32 41 14B 5E 12
Octal 132 3 55 0 141 62 101 513 136 22
Binary 1011010 11 101101 0 1100001 110010 1000001 101001011 1011110 10010

Color Harmonies of #5A032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A032D

Black with #5A032D

Text Example


Text Example

White with #5A032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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