Html Css Color HEX #5A012E Tyrian Purple

📋 copy color: '#5A012E'

red 90 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #5A012E

Tints of Tyrian Purple #5A012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 65.69%
G = 0.73%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A012E (or 0x5A012E) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 2E. RGB value is (90,1,46). Sum of RGB (Red+Green+Blue) = 90+1+46=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A012E is #A5FED1. Grayscale: #202020. Windows color (decimal): -10878674 or 3015002. OLE color: 3015002.

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

Color convert

RGB 90 1 46 -
CMYK 0 0.99 0.49 0.65
HSL 329.66º 0.98% 0.18% -
HSV(B) 329.66º 0.99% 0.35% -
XYZ 4.72 2.39 2.8 -
YUV 32.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 90 1 46 0 0.99 0.49 0.65 329.66 0.98 0.18
Hex 5A 1 2E 0 63 31 41 14A 62 12
Octal 132 1 56 0 143 61 101 512 142 22
Binary 1011010 1 101110 0 1100011 110001 1000001 101001010 1100010 10010

Color Harmonies of #5A012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A012E

Black with #5A012E

Text Example


Text Example

White with #5A012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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