Html Css Color HEX #5A063C Tyrian Purple

📋 copy color: '#5A063C'

red 90 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #5A063C

Tints of Tyrian Purple #5A063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 57.69%
G = 3.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A063C (or 0x5A063C) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 3C. RGB value is (90,6,60). Sum of RGB (Red+Green+Blue) = 90+6+60=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A063C is #A5F9C3. Grayscale: #252525. Windows color (decimal): -10877380 or 3933786. OLE color: 3933786.

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

Color convert

RGB 90 6 60 -
CMYK 0 0.93 0.33 0.65
HSL 321.43º 0.88% 0.19% -
HSV(B) 321.43º 0.93% 0.35% -
XYZ 5.1 2.63 4.51 -
YUV 37.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 90 6 60 0 0.93 0.33 0.65 321.43 0.88 0.19
Hex 5A 6 3C 0 5D 21 41 141 58 13
Octal 132 6 74 0 135 41 101 501 130 23
Binary 1011010 110 111100 0 1011101 100001 1000001 101000001 1011000 10011

Color Harmonies of #5A063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A063C

Black with #5A063C

Text Example


Text Example

White with #5A063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,60); }

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

background-color css

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

 a { background-color: rgb(90,6,60); }

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

border-color css

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

 span { border-color: rgb(90,6,60); }

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