#56235D

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

Shades of Hot Purple #56235D

Tints of Hot Purple #56235D

Color information

#56235D (or 0x56235D) is unknown color: approx Hot Purple. HEX triplet: 56, 23 and 5D. RGB value is (86,35,93). Sum of RGB (Red+Green+Blue) = 86+35+93=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #56235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56235D is #A9DCA2. Grayscale: #383838. Windows color (decimal): -11132067 or 6103894. OLE color: 6103894.

HSL color Cylindrical-coordinate representation of color #56235D: hue angle of 292.76º degrees, saturation: 0.45, 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 #56235D is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB863593-
CMYK0.080.6200.64
HSL292.76º45.31%25.1%-
HSV(B)292.76º62.37%36.47%-
XYZ6.413.9710.78-
YUV56.86148.4148.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=40.19%
G=16.36%
B=43.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8635930.080.6200.64292.7645.3125.1
Hex56235D83E0401252d19
Octal12643135107601004455531
Binary1010110100011101110110001111100100000010010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56235D; }

 p { color: rgb(86,35,93); }

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

<style>
 a { background-color: #56235D; }

 a { background-color: rgb(86,35,93); }

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

<style>
 span { border-color: #56235D; }

 span { border-color: rgb(86,35,93); }

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