Html Css Color HEX #5A083C Tyrian Purple

📋 copy color: '#5A083C'

red 90 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #5A083C

Tints of Tyrian Purple #5A083C

RGB

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

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

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

R = 56.96%
G = 5.06%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A083C (or 0x5A083C) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 3C. RGB value is (90,8,60). Sum of RGB (Red+Green+Blue) = 90+8+60=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A083C is #A5F7C3. Grayscale: #262626. Windows color (decimal): -10876868 or 3934298. OLE color: 3934298.

HSL color Cylindrical-coordinate representation of color #5A083C: hue angle of 321.95º 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 #5A083C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 8 60 -
CMYK 0 0.91 0.33 0.65
HSL 321.95º 0.84% 0.19% -
HSV(B) 321.95º 0.91% 0.35% -
XYZ 5.12 2.67 4.52 -
YUV 38.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 90 8 60 0 0.91 0.33 0.65 321.95 0.84 0.19
Hex 5A 8 3C 0 5B 21 41 142 54 13
Octal 132 10 74 0 133 41 101 502 124 23
Binary 1011010 1000 111100 0 1011011 100001 1000001 101000010 1010100 10011

Color Harmonies of #5A083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A083C

Black with #5A083C

Text Example


Text Example

White with #5A083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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