Html Css Color HEX #550935 Tyrian Purple

📋 copy color: '#550935'

red 85 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #550935

Tints of Tyrian Purple #550935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 53 (21.09% from 255) = 36.05%

R = 57.82%
G = 6.12%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#550935 (or 0x550935) is known color: Tyrian Purple. HEX triplet: 55, 09 and 35. RGB value is (85,9,53). Sum of RGB (Red+Green+Blue) = 85+9+53=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #550935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550935 is #AAF6CA. Grayscale: #242424. Windows color (decimal): -11204299 or 3475797. OLE color: 3475797.

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

Color convert

RGB 85 9 53 -
CMYK 0 0.89 0.38 0.67
HSL 325.26º 0.81% 0.18% -
HSV(B) 325.26º 0.89% 0.33% -
XYZ 4.49 2.38 3.59 -
YUV 36.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 85 9 53 0 0.89 0.38 0.67 325.26 0.81 0.18
Hex 55 9 35 0 59 26 43 145 51 12
Octal 125 11 65 0 131 46 103 505 121 22
Binary 1010101 1001 110101 0 1011001 100110 1000011 101000101 1010001 10010

Color Harmonies of #550935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550935

Black with #550935

Text Example


Text Example

White with #550935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550935; }

 p { color: rgb(85,9,53); }

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

background-color css

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

 a { background-color: rgb(85,9,53); }

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

border-color css

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

 span { border-color: rgb(85,9,53); }

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