Html Css Color HEX #550542 Tyrian Purple

📋 copy color: '#550542'

red 85 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #550542

Tints of Tyrian Purple #550542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 54.49%
G = 3.21%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#550542 (or 0x550542) is known color: Tyrian Purple. HEX triplet: 55, 05 and 42. RGB value is (85,5,66). Sum of RGB (Red+Green+Blue) = 85+5+66=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550542 is #AAFABD. Grayscale: #232323. Windows color (decimal): -11205310 or 4326741. OLE color: 4326741.

HSL color Cylindrical-coordinate representation of color #550542: hue angle of 314.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550542 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 5 66 -
CMYK 0 0.94 0.22 0.67
HSL 314.25º 0.89% 0.18% -
HSV(B) 314.25º 0.94% 0.33% -
XYZ 4.78 2.43 5.37 -
YUV 35.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 85 5 66 0 0.94 0.22 0.67 314.25 0.89 0.18
Hex 55 5 42 0 5E 16 43 13A 59 12
Octal 125 5 102 0 136 26 103 472 131 22
Binary 1010101 101 1000010 0 1011110 10110 1000011 100111010 1011001 10010

Color Harmonies of #550542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550542

Black with #550542

Text Example


Text Example

White with #550542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550542; }

 p { color: rgb(85,5,66); }

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

background-color css

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

 a { background-color: rgb(85,5,66); }

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

border-color css

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

 span { border-color: rgb(85,5,66); }

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