Html Css Color HEX #5A012F Tyrian Purple

📋 copy color: '#5A012F'

red 90 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #5A012F

Tints of Tyrian Purple #5A012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 47 (18.75% from 255) = 34.06%

R = 65.22%
G = 0.72%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A012F (or 0x5A012F) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 2F. RGB value is (90,1,47). Sum of RGB (Red+Green+Blue) = 90+1+47=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A012F is #A5FED0. Grayscale: #202020. Windows color (decimal): -10878673 or 3080538. OLE color: 3080538.

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

Color convert

RGB 90 1 47 -
CMYK 0 0.99 0.48 0.65
HSL 328.99º 0.98% 0.18% -
HSV(B) 328.99º 0.99% 0.35% -
XYZ 4.74 2.4 2.9 -
YUV 32.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 90 1 47 0 0.99 0.48 0.65 328.99 0.98 0.18
Hex 5A 1 2F 0 63 30 41 149 62 12
Octal 132 1 57 0 143 60 101 511 142 22
Binary 1011010 1 101111 0 1100011 110000 1000001 101001001 1100010 10010

Color Harmonies of #5A012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A012F

Black with #5A012F

Text Example


Text Example

White with #5A012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,47); }

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

background-color css

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

 a { background-color: rgb(90,1,47); }

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

border-color css

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

 span { border-color: rgb(90,1,47); }

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