Html Css Color HEX #5A0327 Tyrian Purple

📋 copy color: '#5A0327'

red 90 ◦ green 3 ◦ blue 39

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

Shades of Tyrian Purple #5A0327

Tints of Tyrian Purple #5A0327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 68.18%
G = 2.27%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A0327 (or 0x5A0327) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 27. RGB value is (90,3,39). Sum of RGB (Red+Green+Blue) = 90+3+39=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0327 is #A5FCD8. Grayscale: #212121. Windows color (decimal): -10878169 or 2556762. OLE color: 2556762.

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

Color convert

RGB 90 3 39 -
CMYK 0 0.97 0.57 0.65
HSL 335.17º 0.94% 0.18% -
HSV(B) 335.17º 0.97% 0.35% -
XYZ 4.62 2.39 2.14 -
YUV 33.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 90 3 39 0 0.97 0.57 0.65 335.17 0.94 0.18
Hex 5A 3 27 0 61 39 41 14F 5E 12
Octal 132 3 47 0 141 71 101 517 136 22
Binary 1011010 11 100111 0 1100001 111001 1000001 101001111 1011110 10010

Color Harmonies of #5A0327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0327

Black with #5A0327

Text Example


Text Example

White with #5A0327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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