#550335

Color #550335 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #550335

Tints of Tyrian Purple #550335

Color information

#550335 (or 0x550335) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 35. RGB value is (85,3,53). Sum of RGB (Red+Green+Blue) = 85+3+53=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #550335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550335 is #AAFCCA. Grayscale: #212121. Windows color (decimal): -11205835 or 3474261. OLE color: 3474261.

HSL color Cylindrical-coordinate representation of color #550335: hue angle of 323.41º 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 #550335 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB85353-
CMYK00.960.380.67
HSL323.41º93.18%17.25%-
HSV(B)323.41º96.47%33.33%-
XYZ4.422.253.57-
YUV33.22139.17164.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=60.28%
G=2.13%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535300.960.380.67323.4193.1817.25
Hex5533506026431435d11
Octal12536501404610350313521
Binary101010111110101011000001001101000011101000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550335; }

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

 H1.HeaderClassName
 {
   color: #550335;
 }
 .AnyTagClassName
 {
   color: #550335;
 }
</style>
background-color css

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

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

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

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

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

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