Html Css Color HEX #551039 Tyrian Purple

📋 copy color: '#551039'

red 85 ◦ green 16 ◦ blue 57

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

Shades of Tyrian Purple #551039

Tints of Tyrian Purple #551039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

 BLUE value IS 57 (22.66% from 255) = 36.08%

R = 53.8%
G = 10.13%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#551039 (or 0x551039) is known color: Tyrian Purple. HEX triplet: 55, 10 and 39. RGB value is (85,16,57). Sum of RGB (Red+Green+Blue) = 85+16+57=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551039 is #AAEFC6. Grayscale: #292929. Windows color (decimal): -11202503 or 3739733. OLE color: 3739733.

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

Color convert

RGB 85 16 57 -
CMYK 0 0.81 0.33 0.67
HSL 324.35º 0.68% 0.2% -
HSV(B) 324.35º 0.81% 0.33% -
XYZ 4.67 2.6 4.13 -
YUV 41.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 85 16 57 0 0.81 0.33 0.67 324.35 0.68 0.2
Hex 55 10 39 0 51 21 43 144 44 14
Octal 125 20 71 0 121 41 103 504 104 24
Binary 1010101 10000 111001 0 1010001 100001 1000011 101000100 1000100 10100

Color Harmonies of #551039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551039

Black with #551039

Text Example


Text Example

White with #551039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551039; }

 p { color: rgb(85,16,57); }

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

background-color css

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

 a { background-color: rgb(85,16,57); }

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

border-color css

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

 span { border-color: rgb(85,16,57); }

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