#55023A

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

Shades of Tyrian Purple #55023A

Tints of Tyrian Purple #55023A

Color information

#55023A (or 0x55023A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 02 and 3A. RGB value is (85,2,58). Sum of RGB (Red+Green+Blue) = 85+2+58=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55023A is #AAFDC5. Grayscale: #212121. Windows color (decimal): -11206086 or 3801685. OLE color: 3801685.

HSL color Cylindrical-coordinate representation of color #55023A: hue angle of 319.52º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55023A is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB85258-
CMYK00.980.320.67
HSL319.52º95.4%17.06%-
HSV(B)319.52º97.65%33.33%-
XYZ4.532.284.2-
YUV33.2142164.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 58 (23.05% from 255) = 40%
R=58.62%
G=1.38%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525800.980.320.67319.5295.417.06
Hex5523A06220431405f11
Octal12527201424010350013721
Binary101010110111010011000101000001000011101000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55023A; }

 p { color: rgb(85,2,58); }

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

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

 a { background-color: rgb(85,2,58); }

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

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

 span { border-color: rgb(85,2,58); }

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