#562CFF

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

Shades of Han Purple #562CFF

Tints of Han Purple #562CFF

Color information

#562CFF (or 0x562CFF) is unknown color: approx Han Purple. HEX triplet: 56, 2C and FF. RGB value is (86,44,255). Sum of RGB (Red+Green+Blue) = 86+44+255=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #562CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562CFF is #A9D300. Grayscale: #4F4F4F. Windows color (decimal): -11129601 or 16723030. OLE color: 16723030.

HSL color Cylindrical-coordinate representation of color #562CFF: hue angle of 251.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #562CFF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8644255-
CMYK0.660.8300
HSL251.94º100%58.63%-
HSV(B)251.94º82.75%100%-
XYZ22.791195.53-
YUV80.61226.41131.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 44 (17.58% from 255) = 11.43%
BLUE value IS 255 (100% from 255) = 66.23%
R=22.34%
G=11.43%
B=66.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal86442550.660.8300251.9410058.63
Hex562CFF425300fc643b
Octal126543771021230037414473
Binary1010110101100111111111000010101001100111111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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