Html Css Color HEX #551245 Tyrian Purple

📋 copy color: '#551245'

red 85 ◦ green 18 ◦ blue 69

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

Shades of Tyrian Purple #551245

Tints of Tyrian Purple #551245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 49.42%
G = 10.47%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551245 (or 0x551245) is known color: Tyrian Purple. HEX triplet: 55, 12 and 45. RGB value is (85,18,69). Sum of RGB (Red+Green+Blue) = 85+18+69=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551245 is #AAEDBA. Grayscale: #2B2B2B. Windows color (decimal): -11201979 or 4526677. OLE color: 4526677.

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

Color convert

RGB 85 18 69 -
CMYK 0 0.79 0.19 0.67
HSL 314.33º 0.65% 0.2% -
HSV(B) 314.33º 0.79% 0.33% -
XYZ 5.04 2.79 5.9 -
YUV 43.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 85 18 69 0 0.79 0.19 0.67 314.33 0.65 0.2
Hex 55 12 45 0 4F 13 43 13A 41 14
Octal 125 22 105 0 117 23 103 472 101 24
Binary 1010101 10010 1000101 0 1001111 10011 1000011 100111010 1000001 10100

Color Harmonies of #551245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551245

Black with #551245

Text Example


Text Example

White with #551245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551245; }

 p { color: rgb(85,18,69); }

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

background-color css

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

 a { background-color: rgb(85,18,69); }

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

border-color css

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

 span { border-color: rgb(85,18,69); }

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