#55335C

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

Shades of Hot Purple #55335C

Tints of Hot Purple #55335C

Color information

#55335C (or 0x55335C) is unknown color: approx Hot Purple. HEX triplet: 55, 33 and 5C. RGB value is (85,51,92). Sum of RGB (Red+Green+Blue) = 85+51+92=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #55335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55335C is #AACCA3. Grayscale: #414141. Windows color (decimal): -11193508 or 6042453. OLE color: 6042453.

HSL color Cylindrical-coordinate representation of color #55335C: hue angle of 289.76º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55335C is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB855192-
CMYK0.080.4500.64
HSL289.76º28.67%28.04%-
HSV(B)289.76º44.57%36.08%-
XYZ6.865.0710.74-
YUV65.84142.76141.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=37.28%
G=22.37%
B=40.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8551920.080.4500.64289.7628.6728.04
Hex55335C82D0401221d1c
Octal12563134105501004423534
Binary101010111001110111001000101101010000001001000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55335C; }

 p { color: rgb(85,51,92); }

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

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

 a { background-color: rgb(85,51,92); }

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

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

 span { border-color: rgb(85,51,92); }

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