Html Css Color HEX #550650 Tyrian Purple

📋 copy color: '#550650'

red 85 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #550650

Tints of Tyrian Purple #550650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 49.71%
G = 3.51%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#550650 (or 0x550650) is known color: Tyrian Purple. HEX triplet: 55, 06 and 50. RGB value is (85,6,80). Sum of RGB (Red+Green+Blue) = 85+6+80=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #550650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550650 is #AAF9AF. Grayscale: #252525. Windows color (decimal): -11205040 or 5244501. OLE color: 5244501.

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

Color convert

RGB 85 6 80 -
CMYK 0 0.93 0.06 0.67
HSL 303.8º 0.87% 0.18% -
HSV(B) 303.8º 0.93% 0.33% -
XYZ 5.26 2.64 7.82 -
YUV 38.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 85 6 80 0 0.93 0.06 0.67 303.8 0.87 0.18
Hex 55 6 50 0 5D 6 43 130 57 12
Octal 125 6 120 0 135 6 103 460 127 22
Binary 1010101 110 1010000 0 1011101 110 1000011 100110000 1010111 10010

Color Harmonies of #550650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550650

Black with #550650

Text Example


Text Example

White with #550650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550650; }

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

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

background-color css

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

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

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

border-color css

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

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

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