Html Css Color HEX #5A0933 Tyrian Purple

📋 copy color: '#5A0933'

red 90 ◦ green 9 ◦ blue 51

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

Shades of Tyrian Purple #5A0933

Tints of Tyrian Purple #5A0933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 51 (20.31% from 255) = 34%

R = 60%
G = 6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#5A0933 (or 0x5A0933) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 33. RGB value is (90,9,51). Sum of RGB (Red+Green+Blue) = 90+9+51=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0933 is #A5F6CC. Grayscale: #252525. Windows color (decimal): -10876621 or 3344730. OLE color: 3344730.

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

Color convert

RGB 90 9 51 -
CMYK 0 0.9 0.43 0.65
HSL 328.89º 0.82% 0.19% -
HSV(B) 328.89º 0.9% 0.35% -
XYZ 4.91 2.61 3.38 -
YUV 38.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 90 9 51 0 0.9 0.43 0.65 328.89 0.82 0.19
Hex 5A 9 33 0 5A 2B 41 149 52 13
Octal 132 11 63 0 132 53 101 511 122 23
Binary 1011010 1001 110011 0 1011010 101011 1000001 101001001 1010010 10011

Color Harmonies of #5A0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0933

Black with #5A0933

Text Example


Text Example

White with #5A0933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,9,51); }

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

background-color css

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

 a { background-color: rgb(90,9,51); }

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

border-color css

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

 span { border-color: rgb(90,9,51); }

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