Html Css Color HEX #561EFB Han Purple

📋 copy color: '#561EFB'

red 86 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #561EFB

Tints of Han Purple #561EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 23.43%
G = 8.17%
B = 68.39%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#561EFB (or 0x561EFB) is known color: Han Purple. HEX triplet: 56, 1E and FB. RGB value is (86,30,251). Sum of RGB (Red+Green+Blue) = 86+30+251=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #561EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EFB is #A9E104. Grayscale: #474747. Windows color (decimal): -11133189 or 16457302. OLE color: 16457302.

HSL color Cylindrical-coordinate representation of color #561EFB: hue angle of 255.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561EFB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 30 251 -
CMYK 0.66 0.88 0 0.02
HSL 255.2º 0.97% 0.55% -
HSV(B) 255.2º 0.88% 0.98% -
XYZ 21.71 9.87 92.03 -
YUV 71.94 229.05 138.03 -
System Red Green Blue C M Y K H S L
Decimal 86 30 251 0.66 0.88 0 0.02 255.2 0.97 0.55
Hex 56 1E FB 42 58 0 2 FF 61 37
Octal 126 36 373 102 130 0 2 377 141 67
Binary 1010110 11110 11111011 1000010 1011000 0 10 11111111 1100001 110111

Color Harmonies of #561EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561EFB

Black with #561EFB

Text Example


Text Example

White with #561EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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