Html Css Color HEX #5A002D Tyrian Purple

📋 copy color: '#5A002D'

red 90 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #5A002D

Tints of Tyrian Purple #5A002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A002D (or 0x5A002D) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 2D. RGB value is (90,0,45). Sum of RGB (Red+Green+Blue) = 90+0+45=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A002D is #A5FFD2. Grayscale: #1F1F1F. Windows color (decimal): -10878931 or 2949210. OLE color: 2949210.

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

Color convert

RGB 90 0 45 -
CMYK 0 1 0.50 0.65
HSL 330º 1% 0.18% -
HSV(B) 330º 1% 0.35% -
XYZ 4.69 2.36 2.69 -
YUV 32.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 90 0 45 0 1 0.50 0.65 330 1 0.18
Hex 5A 0 2D 0 64 32 41 14A 64 12
Octal 132 0 55 0 144 62 101 512 144 22
Binary 1011010 0 101101 0 1100100 110010 1000001 101001010 1100100 10010

Color Harmonies of #5A002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A002D

Black with #5A002D

Text Example


Text Example

White with #5A002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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