Html Css Color HEX #5A0832 Tyrian Purple

📋 copy color: '#5A0832'

red 90 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #5A0832

Tints of Tyrian Purple #5A0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 60.81%
G = 5.41%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#5A0832 (or 0x5A0832) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 32. RGB value is (90,8,50). Sum of RGB (Red+Green+Blue) = 90+8+50=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0832 is #A5F7CD. Grayscale: #252525. Windows color (decimal): -10876878 or 3278938. OLE color: 3278938.

HSL color Cylindrical-coordinate representation of color #5A0832: hue angle of 329.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0832 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 8 50 -
CMYK 0 0.91 0.44 0.65
HSL 329.27º 0.84% 0.19% -
HSV(B) 329.27º 0.91% 0.35% -
XYZ 4.88 2.58 3.26 -
YUV 37.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 90 8 50 0 0.91 0.44 0.65 329.27 0.84 0.19
Hex 5A 8 32 0 5B 2C 41 149 54 13
Octal 132 10 62 0 133 54 101 511 124 23
Binary 1011010 1000 110010 0 1011011 101100 1000001 101001001 1010100 10011

Color Harmonies of #5A0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0832

Black with #5A0832

Text Example


Text Example

White with #5A0832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,50); }

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

background-color css

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

 a { background-color: rgb(90,8,50); }

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

border-color css

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

 span { border-color: rgb(90,8,50); }

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