Html Css Color HEX #5A002F Tyrian Purple

📋 copy color: '#5A002F'

red 90 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #5A002F

Tints of Tyrian Purple #5A002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 65.69%
G = 0%
B = 34.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A002F (or 0x5A002F) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 2F. RGB value is (90,0,47). Sum of RGB (Red+Green+Blue) = 90+0+47=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A002F is #A5FFD0. Grayscale: #202020. Windows color (decimal): -10878929 or 3080282. OLE color: 3080282.

HSL color Cylindrical-coordinate representation of color #5A002F: hue angle of 328.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 #5A002F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 0 47 -
CMYK 0 1 0.48 0.65
HSL 328.67º 1% 0.18% -
HSV(B) 328.67º 1% 0.35% -
XYZ 4.73 2.38 2.9 -
YUV 32.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 90 0 47 0 1 0.48 0.65 328.67 1 0.18
Hex 5A 0 2F 0 64 30 41 149 64 12
Octal 132 0 57 0 144 60 101 511 144 22
Binary 1011010 0 101111 0 1100100 110000 1000001 101001001 1100100 10010

Color Harmonies of #5A002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A002F

Black with #5A002F

Text Example


Text Example

White with #5A002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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