Html Css Color HEX #561EF7 Han Purple

📋 copy color: '#561EF7'

red 86 ◦ green 30 ◦ blue 247

#561EF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #561EF7

Tints of Han Purple #561EF7

RGB

 RED value IS 86 (33.98% from 255) = 23.69%

 GREEN value IS 30 (12.11% from 255) = 8.26%

 BLUE value IS 247 (96.88% from 255) = 68.04%

R = 23.69%
G = 8.26%
B = 68.04%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#561EF7 (or 0x561EF7) is known color: Han Purple. HEX triplet: 56, 1E and F7. RGB value is (86,30,247). Sum of RGB (Red+Green+Blue) = 86+30+247=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #561EF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EF7 is #A9E108. Grayscale: #464646. Windows color (decimal): -11133193 or 16195158. OLE color: 16195158.

HSL color Cylindrical-coordinate representation of color #561EF7: hue angle of 255.48º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561EF7 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 30 247 -
CMYK 0.65 0.88 0 0.03
HSL 255.48º 0.93% 0.54% -
HSV(B) 255.48º 0.88% 0.97% -
XYZ 21.09 9.62 88.74 -
YUV 71.48 227.05 138.36 -
System Red Green Blue C M Y K H S L
Decimal 86 30 247 0.65 0.88 0 0.03 255.48 0.93 0.54
Hex 56 1E F7 41 58 0 3 FF 5D 36
Octal 126 36 367 101 130 0 3 377 135 66
Binary 1010110 11110 11110111 1000001 1011000 0 11 11111111 1011101 110110

Color Harmonies of #561EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561EF7

Black with #561EF7

Text Example


Text Example

White with #561EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,30,247); }

 H1.HeaderClassName
 {
   color: #561EF7;
 }
 .AnyTagClassName
 {
   color: #561EF7;
 }
</style>

background-color css

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

 a { background-color: rgb(86,30,247); }

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

border-color css

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

 span { border-color: rgb(86,30,247); }

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