Html Css Color HEX #550332 Tyrian Purple

📋 copy color: '#550332'

red 85 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #550332

Tints of Tyrian Purple #550332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 61.59%
G = 2.17%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#550332 (or 0x550332) is known color: Tyrian Purple. HEX triplet: 55, 03 and 32. RGB value is (85,3,50). Sum of RGB (Red+Green+Blue) = 85+3+50=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #550332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550332 is #AAFCCD. Grayscale: #202020. Windows color (decimal): -11205838 or 3277653. OLE color: 3277653.

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

Color convert

RGB 85 3 50 -
CMYK 0 0.96 0.41 0.67
HSL 325.61º 0.93% 0.17% -
HSV(B) 325.61º 0.96% 0.33% -
XYZ 4.35 2.23 3.22 -
YUV 32.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 85 3 50 0 0.96 0.41 0.67 325.61 0.93 0.17
Hex 55 3 32 0 60 29 43 146 5D 11
Octal 125 3 62 0 140 51 103 506 135 21
Binary 1010101 11 110010 0 1100000 101001 1000011 101000110 1011101 10001

Color Harmonies of #550332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550332

Black with #550332

Text Example


Text Example

White with #550332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550332; }

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

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

background-color css

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

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

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

border-color css

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

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

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