Html Css Color HEX #5A012B Tyrian Purple

📋 copy color: '#5A012B'

red 90 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #5A012B

Tints of Tyrian Purple #5A012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.09%

R = 67.16%
G = 0.75%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A012B (or 0x5A012B) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 2B. RGB value is (90,1,43). Sum of RGB (Red+Green+Blue) = 90+1+43=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A012B is #A5FED4. Grayscale: #202020. Windows color (decimal): -10878677 or 2818394. OLE color: 2818394.

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

Color convert

RGB 90 1 43 -
CMYK 0 0.99 0.52 0.65
HSL 331.69º 0.98% 0.18% -
HSV(B) 331.69º 0.99% 0.35% -
XYZ 4.66 2.37 2.5 -
YUV 32.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 90 1 43 0 0.99 0.52 0.65 331.69 0.98 0.18
Hex 5A 1 2B 0 63 34 41 14C 62 12
Octal 132 1 53 0 143 64 101 514 142 22
Binary 1011010 1 101011 0 1100011 110100 1000001 101001100 1100010 10010

Color Harmonies of #5A012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A012B

Black with #5A012B

Text Example


Text Example

White with #5A012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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