Html Css Color HEX #561EF4 Han Purple

📋 copy color: '#561EF4'

red 86 ◦ green 30 ◦ blue 244

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

Shades of Han Purple #561EF4

Tints of Han Purple #561EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 67.78%

R = 23.89%
G = 8.33%
B = 67.78%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#561EF4 (or 0x561EF4) is known color: Han Purple. HEX triplet: 56, 1E and F4. RGB value is (86,30,244). Sum of RGB (Red+Green+Blue) = 86+30+244=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #561EF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EF4 is #A9E10B. Grayscale: #464646. Windows color (decimal): -11133196 or 15998550. OLE color: 15998550.

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

Color convert

RGB 86 30 244 -
CMYK 0.65 0.88 0 0.04
HSL 255.7º 0.91% 0.54% -
HSV(B) 255.7º 0.88% 0.96% -
XYZ 20.63 9.44 86.32 -
YUV 71.14 225.55 138.6 -
System Red Green Blue C M Y K H S L
Decimal 86 30 244 0.65 0.88 0 0.04 255.7 0.91 0.54
Hex 56 1E F4 41 58 0 4 100 5B 36
Octal 126 36 364 101 130 0 4 400 133 66
Binary 1010110 11110 11110100 1000001 1011000 0 100 100000000 1011011 110110

Color Harmonies of #561EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561EF4

Black with #561EF4

Text Example


Text Example

White with #561EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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