Html Css Color HEX #550139 Tyrian Purple

📋 copy color: '#550139'

red 85 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #550139

Tints of Tyrian Purple #550139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 59.44%
G = 0.7%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#550139 (or 0x550139) is known color: Tyrian Purple. HEX triplet: 55, 01 and 39. RGB value is (85,1,57). Sum of RGB (Red+Green+Blue) = 85+1+57=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550139 is #AAFEC6. Grayscale: #202020. Windows color (decimal): -11206343 or 3735893. OLE color: 3735893.

HSL color Cylindrical-coordinate representation of color #550139: hue angle of 320º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550139 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 1 57 -
CMYK 0 0.99 0.33 0.67
HSL 320º 0.98% 0.17% -
HSV(B) 320º 0.99% 0.33% -
XYZ 4.5 2.25 4.07 -
YUV 32.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 85 1 57 0 0.99 0.33 0.67 320 0.98 0.17
Hex 55 1 39 0 63 21 43 140 62 11
Octal 125 1 71 0 143 41 103 500 142 21
Binary 1010101 1 111001 0 1100011 100001 1000011 101000000 1100010 10001

Color Harmonies of #550139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550139

Black with #550139

Text Example


Text Example

White with #550139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550139; }

 p { color: rgb(85,1,57); }

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

background-color css

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

 a { background-color: rgb(85,1,57); }

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

border-color css

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

 span { border-color: rgb(85,1,57); }

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