Html Css Color HEX #550231 Tyrian Purple

📋 copy color: '#550231'

red 85 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #550231

Tints of Tyrian Purple #550231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 62.5%
G = 1.47%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#550231 (or 0x550231) is known color: Tyrian Purple. HEX triplet: 55, 02 and 31. RGB value is (85,2,49). Sum of RGB (Red+Green+Blue) = 85+2+49=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #550231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550231 is #AAFDCE. Grayscale: #202020. Windows color (decimal): -11206095 or 3211861. OLE color: 3211861.

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

Color convert

RGB 85 2 49 -
CMYK 0 0.98 0.42 0.67
HSL 326.02º 0.95% 0.17% -
HSV(B) 326.02º 0.98% 0.33% -
XYZ 4.32 2.2 3.1 -
YUV 32.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 85 2 49 0 0.98 0.42 0.67 326.02 0.95 0.17
Hex 55 2 31 0 62 2A 43 146 5F 11
Octal 125 2 61 0 142 52 103 506 137 21
Binary 1010101 10 110001 0 1100010 101010 1000011 101000110 1011111 10001

Color Harmonies of #550231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550231

Black with #550231

Text Example


Text Example

White with #550231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550231; }

 p { color: rgb(85,2,49); }

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

background-color css

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

 a { background-color: rgb(85,2,49); }

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

border-color css

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

 span { border-color: rgb(85,2,49); }

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