Html Css Color HEX #5A003D Tyrian Purple

📋 copy color: '#5A003D'

red 90 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #5A003D

Tints of Tyrian Purple #5A003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 59.6%
G = 0%
B = 40.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A003D (or 0x5A003D) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 3D. RGB value is (90,0,61). Sum of RGB (Red+Green+Blue) = 90+0+61=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A003D is #A5FFC2. Grayscale: #212121. Windows color (decimal): -10878915 or 3997786. OLE color: 3997786.

HSL color Cylindrical-coordinate representation of color #5A003D: hue angle of 319.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A003D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 0 61 -
CMYK 0 1 0.32 0.65
HSL 319.33º 1% 0.18% -
HSV(B) 319.33º 1% 0.35% -
XYZ 5.06 2.51 4.63 -
YUV 33.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 90 0 61 0 1 0.32 0.65 319.33 1 0.18
Hex 5A 0 3D 0 64 20 41 13F 64 12
Octal 132 0 75 0 144 40 101 477 144 22
Binary 1011010 0 111101 0 1100100 100000 1000001 100111111 1100100 10010

Color Harmonies of #5A003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A003D

Black with #5A003D

Text Example


Text Example

White with #5A003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,61); }

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

background-color css

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

 a { background-color: rgb(90,0,61); }

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

border-color css

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

 span { border-color: rgb(90,0,61); }

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