Html Css Color HEX #550850 Tyrian Purple

📋 copy color: '#550850'

red 85 ◦ green 8 ◦ blue 80

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

Shades of Tyrian Purple #550850

Tints of Tyrian Purple #550850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 49.13%
G = 4.62%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#550850 (or 0x550850) is known color: Tyrian Purple. HEX triplet: 55, 08 and 50. RGB value is (85,8,80). Sum of RGB (Red+Green+Blue) = 85+8+80=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #550850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550850 is #AAF7AF. Grayscale: #272727. Windows color (decimal): -11204528 or 5245013. OLE color: 5245013.

HSL color Cylindrical-coordinate representation of color #550850: hue angle of 303.9º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550850 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 80 -
CMYK 0 0.91 0.06 0.67
HSL 303.9º 0.83% 0.18% -
HSV(B) 303.9º 0.91% 0.33% -
XYZ 5.28 2.68 7.83 -
YUV 39.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 85 8 80 0 0.91 0.06 0.67 303.9 0.83 0.18
Hex 55 8 50 0 5B 6 43 130 53 12
Octal 125 10 120 0 133 6 103 460 123 22
Binary 1010101 1000 1010000 0 1011011 110 1000011 100110000 1010011 10010

Color Harmonies of #550850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550850

Black with #550850

Text Example


Text Example

White with #550850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550850; }

 p { color: rgb(85,8,80); }

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

background-color css

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

 a { background-color: rgb(85,8,80); }

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

border-color css

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

 span { border-color: rgb(85,8,80); }

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