Html Css Color HEX #550832 Tyrian Purple

📋 copy color: '#550832'

red 85 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #550832

Tints of Tyrian Purple #550832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 59.44%
G = 5.59%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#550832 (or 0x550832) is known color: Tyrian Purple. HEX triplet: 55, 08 and 32. RGB value is (85,8,50). Sum of RGB (Red+Green+Blue) = 85+8+50=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550832 is #AAF7CD. Grayscale: #232323. Windows color (decimal): -11204558 or 3278933. OLE color: 3278933.

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

Color convert

RGB 85 8 50 -
CMYK 0 0.91 0.41 0.67
HSL 327.27º 0.83% 0.18% -
HSV(B) 327.27º 0.91% 0.33% -
XYZ 4.41 2.34 3.24 -
YUV 35.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 85 8 50 0 0.91 0.41 0.67 327.27 0.83 0.18
Hex 55 8 32 0 5B 29 43 147 53 12
Octal 125 10 62 0 133 51 103 507 123 22
Binary 1010101 1000 110010 0 1011011 101001 1000011 101000111 1010011 10010

Color Harmonies of #550832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550832

Black with #550832

Text Example


Text Example

White with #550832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550832; }

 p { color: rgb(85,8,50); }

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

background-color css

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

 a { background-color: rgb(85,8,50); }

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

border-color css

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

 span { border-color: rgb(85,8,50); }

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