Html Css Color HEX #5A0427 Tyrian Purple

📋 copy color: '#5A0427'

red 90 ◦ green 4 ◦ blue 39

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

Shades of Tyrian Purple #5A0427

Tints of Tyrian Purple #5A0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

 BLUE value IS 39 (15.63% from 255) = 29.32%

R = 67.67%
G = 3.01%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A0427 (or 0x5A0427) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 27. RGB value is (90,4,39). Sum of RGB (Red+Green+Blue) = 90+4+39=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0427 is #A5FBD8. Grayscale: #212121. Windows color (decimal): -10877913 or 2557018. OLE color: 2557018.

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

Color convert

RGB 90 4 39 -
CMYK 0 0.96 0.57 0.65
HSL 335.58º 0.91% 0.18% -
HSV(B) 335.58º 0.96% 0.35% -
XYZ 4.63 2.41 2.14 -
YUV 33.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 90 4 39 0 0.96 0.57 0.65 335.58 0.91 0.18
Hex 5A 4 27 0 60 39 41 150 5B 12
Octal 132 4 47 0 140 71 101 520 133 22
Binary 1011010 100 100111 0 1100000 111001 1000001 101010000 1011011 10010

Color Harmonies of #5A0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0427

Black with #5A0427

Text Example


Text Example

White with #5A0427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,39); }

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

background-color css

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

 a { background-color: rgb(90,4,39); }

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

border-color css

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

 span { border-color: rgb(90,4,39); }

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