Html Css Color HEX #550127 Tyrian Purple

📋 copy color: '#550127'

red 85 ◦ green 1 ◦ blue 39

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

Shades of Tyrian Purple #550127

Tints of Tyrian Purple #550127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 68%
G = 0.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#550127 (or 0x550127) is known color: Tyrian Purple. HEX triplet: 55, 01 and 27. RGB value is (85,1,39). Sum of RGB (Red+Green+Blue) = 85+1+39=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550127 is #AAFED8. Grayscale: #1E1E1E. Windows color (decimal): -11206361 or 2556245. OLE color: 2556245.

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

Color convert

RGB 85 1 39 -
CMYK 0 0.99 0.54 0.67
HSL 332.86º 0.98% 0.17% -
HSV(B) 332.86º 0.99% 0.33% -
XYZ 4.12 2.1 2.11 -
YUV 30.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 85 1 39 0 0.99 0.54 0.67 332.86 0.98 0.17
Hex 55 1 27 0 63 36 43 14D 62 11
Octal 125 1 47 0 143 66 103 515 142 21
Binary 1010101 1 100111 0 1100011 110110 1000011 101001101 1100010 10001

Color Harmonies of #550127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550127

Black with #550127

Text Example


Text Example

White with #550127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550127; }

 p { color: rgb(85,1,39); }

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

background-color css

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

 a { background-color: rgb(85,1,39); }

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

border-color css

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

 span { border-color: rgb(85,1,39); }

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