Html Css Color HEX #5A0226 Tyrian Purple

📋 copy color: '#5A0226'

red 90 ◦ green 2 ◦ blue 38

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

Shades of Tyrian Purple #5A0226

Tints of Tyrian Purple #5A0226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 69.23%
G = 1.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A0226 (or 0x5A0226) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 26. RGB value is (90,2,38). Sum of RGB (Red+Green+Blue) = 90+2+38=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0226 is #A5FDD9. Grayscale: #202020. Windows color (decimal): -10878426 or 2490970. OLE color: 2490970.

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

Color convert

RGB 90 2 38 -
CMYK 0 0.98 0.58 0.65
HSL 335.45º 0.96% 0.18% -
HSV(B) 335.45º 0.98% 0.35% -
XYZ 4.59 2.36 2.05 -
YUV 32.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 90 2 38 0 0.98 0.58 0.65 335.45 0.96 0.18
Hex 5A 2 26 0 62 3A 41 14F 60 12
Octal 132 2 46 0 142 72 101 517 140 22
Binary 1011010 10 100110 0 1100010 111010 1000001 101001111 1100000 10010

Color Harmonies of #5A0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0226

Black with #5A0226

Text Example


Text Example

White with #5A0226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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