#56235B

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

Shades of Hot Purple #56235B

Tints of Hot Purple #56235B

Color information

#56235B (or 0x56235B) is unknown color: approx Hot Purple. HEX triplet: 56, 23 and 5B. RGB value is (86,35,91). Sum of RGB (Red+Green+Blue) = 86+35+91=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #56235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56235B is #A9DCA4. Grayscale: #383838. Windows color (decimal): -11132069 or 5972822. OLE color: 5972822.

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

Color convert

RGB863591-
CMYK0.050.6200.64
HSL294.64º44.44%24.71%-
HSV(B)294.64º61.54%35.69%-
XYZ6.333.9410.32-
YUV56.63147.4148.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=40.57%
G=16.51%
B=42.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8635910.050.6200.64294.6444.4424.71
Hex56235B53E0401272c19
Octal1264313357601004475431
Binary101011010001110110111011111100100000010010011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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