#56265B

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

Shades of Hot Purple #56265B

Tints of Hot Purple #56265B

Color information

#56265B (or 0x56265B) is unknown color: approx Hot Purple. HEX triplet: 56, 26 and 5B. RGB value is (86,38,91). Sum of RGB (Red+Green+Blue) = 86+38+91=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #56265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56265B is #A9D9A4. Grayscale: #3A3A3A. Windows color (decimal): -11131301 or 5973590. OLE color: 5973590.

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

Color convert

RGB863891-
CMYK0.050.5800.64
HSL294.34º41.09%25.29%-
HSV(B)294.34º58.24%35.69%-
XYZ6.424.1210.35-
YUV58.39146.4147.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=40%
G=17.67%
B=42.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8638910.050.5800.64294.3441.0925.29
Hex56265B53A0401262919
Octal1264613357201004465131
Binary101011010011010110111011110100100000010010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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