#56265A

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

Shades of Hot Purple #56265A

Tints of Hot Purple #56265A

Color information

#56265A (or 0x56265A) is unknown color: approx Hot Purple. HEX triplet: 56, 26 and 5A. RGB value is (86,38,90). Sum of RGB (Red+Green+Blue) = 86+38+90=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #56265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56265A is #A9D9A5. Grayscale: #3A3A3A. Windows color (decimal): -11131302 or 5908054. OLE color: 5908054.

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

Color convert

RGB863890-
CMYK0.040.5800.65
HSL295.38º40.62%25.1%-
HSV(B)295.38º57.78%35.29%-
XYZ6.384.110.13-
YUV58.28145.9147.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=40.19%
G=17.76%
B=42.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8638900.040.5800.65295.3840.6225.1
Hex56265A43A0411272919
Octal1264613247201014475131
Binary101011010011010110101001110100100000110010011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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