Html Css Color HEX #5A0C3A Tyrian Purple

📋 copy color: '#5A0C3A'

red 90 ◦ green 12 ◦ blue 58

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

Shades of Tyrian Purple #5A0C3A

Tints of Tyrian Purple #5A0C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 56.25%
G = 7.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A0C3A (or 0x5A0C3A) is known color: Tyrian Purple. HEX triplet: 5A, 0C and 3A. RGB value is (90,12,58). Sum of RGB (Red+Green+Blue) = 90+12+58=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C3A is #A5F3C5. Grayscale: #282828. Windows color (decimal): -10875846 or 3804250. OLE color: 3804250.

HSL color Cylindrical-coordinate representation of color #5A0C3A: hue angle of 324.62º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C3A is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 12 58 -
CMYK 0 0.87 0.36 0.65
HSL 324.62º 0.76% 0.2% -
HSV(B) 324.62º 0.87% 0.35% -
XYZ 5.11 2.74 4.26 -
YUV 40.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 90 12 58 0 0.87 0.36 0.65 324.62 0.76 0.2
Hex 5A C 3A 0 57 24 41 145 4C 14
Octal 132 14 72 0 127 44 101 505 114 24
Binary 1011010 1100 111010 0 1010111 100100 1000001 101000101 1001100 10100

Color Harmonies of #5A0C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C3A

Black with #5A0C3A

Text Example


Text Example

White with #5A0C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,58); }

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

background-color css

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

 a { background-color: rgb(90,12,58); }

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

border-color css

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

 span { border-color: rgb(90,12,58); }

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