Html Css Color HEX #550A40 Tyrian Purple

📋 copy color: '#550A40'

red 85 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #550A40

Tints of Tyrian Purple #550A40

RGB

 RED value IS 85 (33.59% from 255) = 53.46%

 GREEN value IS 10 (4.3% from 255) = 6.29%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 53.46%
G = 6.29%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#550A40 (or 0x550A40) is known color: Tyrian Purple. HEX triplet: 55, 0A and 40. RGB value is (85,10,64). Sum of RGB (Red+Green+Blue) = 85+10+64=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #550A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A40 is #AAF5BF. Grayscale: #262626. Windows color (decimal): -11204032 or 4196949. OLE color: 4196949.

HSL color Cylindrical-coordinate representation of color #550A40: hue angle of 316.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A40 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 10 64 -
CMYK 0 0.88 0.25 0.67
HSL 316.8º 0.79% 0.19% -
HSV(B) 316.8º 0.88% 0.33% -
XYZ 4.78 2.52 5.08 -
YUV 38.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 85 10 64 0 0.88 0.25 0.67 316.8 0.79 0.19
Hex 55 A 40 0 58 19 43 13D 4F 13
Octal 125 12 100 0 130 31 103 475 117 23
Binary 1010101 1010 1000000 0 1011000 11001 1000011 100111101 1001111 10011

Color Harmonies of #550A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A40

Black with #550A40

Text Example


Text Example

White with #550A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550A40; }

 p { color: rgb(85,10,64); }

 H1.HeaderClassName
 {
   color: #550A40;
 }
 .AnyTagClassName
 {
   color: #550A40;
 }
</style>

background-color css

<style>
 a { background-color: #550A40; }

 a { background-color: rgb(85,10,64); }

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

border-color css

<style>
 span { border-color: #550A40; }

 span { border-color: rgb(85,10,64); }

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