#55082E

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

Shades of Tyrian Purple #55082E

Tints of Tyrian Purple #55082E

Color information

#55082E (or 0x55082E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 2E. RGB value is (85,8,46). Sum of RGB (Red+Green+Blue) = 85+8+46=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55082E is #AAF7D1. Grayscale: #232323. Windows color (decimal): -11204562 or 3016789. OLE color: 3016789.

HSL color Cylindrical-coordinate representation of color #55082E: hue angle of 330.39º 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 #55082E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB85846-
CMYK00.910.460.67
HSL330.39º82.8%18.24%-
HSV(B)330.39º90.59%33.33%-
XYZ4.332.32.8-
YUV35.35134.01163.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=61.15%
G=5.76%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8584600.910.460.67330.3982.818.24
Hex5582E05B2E4314a5312
Octal125105601335610351212322
Binary10101011000101110010110111011101000011101001010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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