Html Css Color HEX #5A0023 Tyrian Purple

📋 copy color: '#5A0023'

red 90 ◦ green 0 ◦ blue 35

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

Shades of Tyrian Purple #5A0023

Tints of Tyrian Purple #5A0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 28%

R = 72%
G = 0%
B = 28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A0023 (or 0x5A0023) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 23. RGB value is (90,0,35). Sum of RGB (Red+Green+Blue) = 90+0+35=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0023 is #A5FFDC. Grayscale: #1E1E1E. Windows color (decimal): -10878941 or 2293850. OLE color: 2293850.

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

Color convert

RGB 90 0 35 -
CMYK 0 1 0.61 0.65
HSL 336.67º 1% 0.18% -
HSV(B) 336.67º 1% 0.35% -
XYZ 4.52 2.3 1.79 -
YUV 30.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 90 0 35 0 1 0.61 0.65 336.67 1 0.18
Hex 5A 0 23 0 64 3D 41 151 64 12
Octal 132 0 43 0 144 75 101 521 144 22
Binary 1011010 0 100011 0 1100100 111101 1000001 101010001 1100100 10010

Color Harmonies of #5A0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0023

Black with #5A0023

Text Example


Text Example

White with #5A0023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,35); }

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

background-color css

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

 a { background-color: rgb(90,0,35); }

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

border-color css

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

 span { border-color: rgb(90,0,35); }

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