#55062E

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

Shades of Tyrian Purple #55062E

Tints of Tyrian Purple #55062E

Color information

#55062E (or 0x55062E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 2E. RGB value is (85,6,46). Sum of RGB (Red+Green+Blue) = 85+6+46=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55062E is #AAF9D1. Grayscale: #222222. Windows color (decimal): -11205074 or 3016277. OLE color: 3016277.

HSL color Cylindrical-coordinate representation of color #55062E: hue angle of 329.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55062E is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB85646-
CMYK00.930.460.67
HSL329.62º86.81%17.84%-
HSV(B)329.62º92.94%33.33%-
XYZ4.32.262.79-
YUV34.18134.67164.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=62.04%
G=4.38%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564600.930.460.67329.6286.8117.84
Hex5562E05D2E4314a5712
Octal12565601355610351212722
Binary1010101110101110010111011011101000011101001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55062E; }

 p { color: rgb(85,6,46); }

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

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

 a { background-color: rgb(85,6,46); }

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

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

 span { border-color: rgb(85,6,46); }

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