#561CDF

Color #561CDF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #561CDF

Tints of Han Purple #561CDF

Color information

#561CDF (or 0x561CDF) is unknown color: approx Han Purple. HEX triplet: 56, 1C and DF. RGB value is (86,28,223). Sum of RGB (Red+Green+Blue) = 86+28+223=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #561CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CDF is #A9E320. Grayscale: #424242. Windows color (decimal): -11133729 or 14621782. OLE color: 14621782.

HSL color Cylindrical-coordinate representation of color #561CDF: hue angle of 257.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561CDF is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8628223-
CMYK0.610.8700.13
HSL257.85º77.69%49.22%-
HSV(B)257.85º87.44%87.45%-
XYZ17.578.1470.46-
YUV67.57215.72141.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 223 (87.5% from 255) = 66.17%
R=25.52%
G=8.31%
B=66.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86282230.610.8700.13257.8577.6949.22
Hex561CDF3D570D1024e31
Octal126343377512701540211661
Binary101011011100110111111111011010111011011000000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561CDF; }

 p { color: rgb(86,28,223); }

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

<style>
 a { background-color: #561CDF; }

 a { background-color: rgb(86,28,223); }

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

<style>
 span { border-color: #561CDF; }

 span { border-color: rgb(86,28,223); }

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