Html Css Color HEX #550645 Tyrian Purple

📋 copy color: '#550645'

red 85 ◦ green 6 ◦ blue 69

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

Shades of Tyrian Purple #550645

Tints of Tyrian Purple #550645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 53.13%
G = 3.75%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#550645 (or 0x550645) is known color: Tyrian Purple. HEX triplet: 55, 06 and 45. RGB value is (85,6,69). Sum of RGB (Red+Green+Blue) = 85+6+69=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #550645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550645 is #AAF9BA. Grayscale: #242424. Windows color (decimal): -11205051 or 4523605. OLE color: 4523605.

HSL color Cylindrical-coordinate representation of color #550645: hue angle of 312.15º 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 #550645 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 69 -
CMYK 0 0.93 0.19 0.67
HSL 312.15º 0.87% 0.18% -
HSV(B) 312.15º 0.93% 0.33% -
XYZ 4.89 2.49 5.85 -
YUV 36.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 85 6 69 0 0.93 0.19 0.67 312.15 0.87 0.18
Hex 55 6 45 0 5D 13 43 138 57 12
Octal 125 6 105 0 135 23 103 470 127 22
Binary 1010101 110 1000101 0 1011101 10011 1000011 100111000 1010111 10010

Color Harmonies of #550645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550645

Black with #550645

Text Example


Text Example

White with #550645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550645; }

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

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

background-color css

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

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

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

border-color css

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

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

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