Html Css Color HEX #5A0126 Tyrian Purple

📋 copy color: '#5A0126'

red 90 ◦ green 1 ◦ blue 38

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

Shades of Tyrian Purple #5A0126

Tints of Tyrian Purple #5A0126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 69.77%
G = 0.78%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A0126 (or 0x5A0126) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 26. RGB value is (90,1,38). Sum of RGB (Red+Green+Blue) = 90+1+38=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0126 is #A5FED9. Grayscale: #1F1F1F. Windows color (decimal): -10878682 or 2490714. OLE color: 2490714.

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

Color convert

RGB 90 1 38 -
CMYK 0 0.99 0.58 0.65
HSL 335.06º 0.98% 0.18% -
HSV(B) 335.06º 0.99% 0.35% -
XYZ 4.58 2.34 2.04 -
YUV 31.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 90 1 38 0 0.99 0.58 0.65 335.06 0.98 0.18
Hex 5A 1 26 0 63 3A 41 14F 62 12
Octal 132 1 46 0 143 72 101 517 142 22
Binary 1011010 1 100110 0 1100011 111010 1000001 101001111 1100010 10010

Color Harmonies of #5A0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0126

Black with #5A0126

Text Example


Text Example

White with #5A0126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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