#562cdf

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

Shades of Han Purple #562CDF

Tints of Han Purple #562CDF

Color information

#562CDF (or 0x562CDF) is unknown color: approx Han Purple. HEX triplet: 56, 2C and DF. RGB value is (86,44,223). Sum of RGB (Red+Green+Blue) = 86+44+223=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #562CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CDF is #A9D320. Grayscale: #4C4C4C. Windows color (decimal): -11129633 or 14625878. OLE color: 14625878.

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

Color convert

RGB8644223-
CMYK0.610.8000.13
HSL254.08º73.66%52.35%-
HSV(B)254.08º80.27%87.45%-
XYZ18.069.1170.62-
YUV76.96210.41134.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 44 (17.58% from 255) = 12.46%
BLUE value IS 223 (87.5% from 255) = 63.17%
R=24.36%
G=12.46%
B=63.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86442230.610.8000.13254.0873.6652.35
Hex562CDF3D500Dfe4a34
Octal126543377512001537611264
Binary101011010110011011111111101101000001101111111101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562cdf; }

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

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

<style>
 a { background-color: #562cdf; }

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

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

<style>
 span { border-color: #562cdf; }

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

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