Html Css Color HEX #5A0732 Tyrian Purple

📋 copy color: '#5A0732'

red 90 ◦ green 7 ◦ blue 50

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

Shades of Tyrian Purple #5A0732

Tints of Tyrian Purple #5A0732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 61.22%
G = 4.76%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#5A0732 (or 0x5A0732) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 32. RGB value is (90,7,50). Sum of RGB (Red+Green+Blue) = 90+7+50=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0732 is #A5F8CD. Grayscale: #242424. Windows color (decimal): -10877134 or 3278682. OLE color: 3278682.

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

Color convert

RGB 90 7 50 -
CMYK 0 0.92 0.44 0.65
HSL 328.92º 0.86% 0.19% -
HSV(B) 328.92º 0.92% 0.35% -
XYZ 4.87 2.56 3.25 -
YUV 36.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 90 7 50 0 0.92 0.44 0.65 328.92 0.86 0.19
Hex 5A 7 32 0 5C 2C 41 149 56 13
Octal 132 7 62 0 134 54 101 511 126 23
Binary 1011010 111 110010 0 1011100 101100 1000001 101001001 1010110 10011

Color Harmonies of #5A0732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0732

Black with #5A0732

Text Example


Text Example

White with #5A0732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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