#56335B

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

Shades of Hot Purple #56335B

Tints of Hot Purple #56335B

Color information

#56335B (or 0x56335B) is unknown color: approx Hot Purple. HEX triplet: 56, 33 and 5B. RGB value is (86,51,91). Sum of RGB (Red+Green+Blue) = 86+51+91=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 51 (20.31% from 255 or 22.37% 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 #56335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56335B is #A9CCA4. Grayscale: #414141. Windows color (decimal): -11127973 or 5976918. OLE color: 5976918.

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

Color convert

RGB865191-
CMYK0.050.4400.64
HSL292.5º28.17%27.84%-
HSV(B)292.5º43.96%35.69%-
XYZ6.915.110.52-
YUV66.02142.1142.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=37.72%
G=22.37%
B=39.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8651910.050.4400.64292.528.1727.84
Hex56335B52C0401241c1c
Octal1266313355401004443434
Binary10101101100111011011101101100010000001001001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,51,91); }

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

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

 a { background-color: rgb(86,51,91); }

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

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

 span { border-color: rgb(86,51,91); }

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