#55235B

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

Shades of Hot Purple #55235B

Tints of Hot Purple #55235B

Color information

#55235B (or 0x55235B) is unknown color: approx Hot Purple. HEX triplet: 55, 23 and 5B. RGB value is (85,35,91). Sum of RGB (Red+Green+Blue) = 85+35+91=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #55235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55235B is #AADCA4. Grayscale: #383838. Windows color (decimal): -11197605 or 5972821. OLE color: 5972821.

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

Color convert

RGB853591-
CMYK0.070.6200.64
HSL293.57º44.44%24.71%-
HSV(B)293.57º61.54%35.69%-
XYZ6.243.8910.32-
YUV56.33147.56148.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=40.28%
G=16.59%
B=43.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8535910.070.6200.64293.5744.4424.71
Hex55235B73E0401262c19
Octal1254313377601004465431
Binary101010110001110110111111111100100000010010011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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