#55345B

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

Shades of Hot Purple #55345B

Tints of Hot Purple #55345B

Color information

#55345B (or 0x55345B) is unknown color: approx Hot Purple. HEX triplet: 55, 34 and 5B. RGB value is (85,52,91). Sum of RGB (Red+Green+Blue) = 85+52+91=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #55345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55345B is #AACBA4. Grayscale: #424242. Windows color (decimal): -11193253 or 5977173. OLE color: 5977173.

HSL color Cylindrical-coordinate representation of color #55345B: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55345B is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB855291-
CMYK0.070.4300.64
HSL290.77º27.27%28.04%-
HSV(B)290.77º42.86%35.69%-
XYZ6.865.1410.53-
YUV66.31141.93141.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=37.28%
G=22.81%
B=39.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8552910.070.4300.64290.7727.2728.04
Hex55345B72B0401231b1c
Octal1256413375301004433334
Binary10101011101001011011111101011010000001001000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55345B; }

 p { color: rgb(85,52,91); }

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

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

 a { background-color: rgb(85,52,91); }

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

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

 span { border-color: rgb(85,52,91); }

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