Html Css Color HEX #550036 Tyrian Purple

📋 copy color: '#550036'

red 85 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #550036

Tints of Tyrian Purple #550036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 38.85%

R = 61.15%
G = 0%
B = 38.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#550036 (or 0x550036) is known color: Tyrian Purple. HEX triplet: 55, 00 and 36. RGB value is (85,0,54). Sum of RGB (Red+Green+Blue) = 85+0+54=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #550036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550036 is #AAFFC9. Grayscale: #1F1F1F. Windows color (decimal): -11206602 or 3539029. OLE color: 3539029.

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

Color convert

RGB 85 0 54 -
CMYK 0 1 0.36 0.67
HSL 321.88º 1% 0.17% -
HSV(B) 321.88º 1% 0.33% -
XYZ 4.41 2.2 3.68 -
YUV 31.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 85 0 54 0 1 0.36 0.67 321.88 1 0.17
Hex 55 0 36 0 64 24 43 142 64 11
Octal 125 0 66 0 144 44 103 502 144 21
Binary 1010101 0 110110 0 1100100 100100 1000011 101000010 1100100 10001

Color Harmonies of #550036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550036

Black with #550036

Text Example


Text Example

White with #550036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550036; }

 p { color: rgb(85,0,54); }

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

background-color css

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

 a { background-color: rgb(85,0,54); }

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

border-color css

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

 span { border-color: rgb(85,0,54); }

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