Html Css Color HEX #561DFB Han Purple

📋 copy color: '#561DFB'

red 86 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #561DFB

Tints of Han Purple #561DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

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

R = 23.5%
G = 7.92%
B = 68.58%

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

#561DFB (or 0x561DFB) is known color: Han Purple. HEX triplet: 56, 1D and FB. RGB value is (86,29,251). Sum of RGB (Red+Green+Blue) = 86+29+251=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #561DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561DFB is #A9E204. Grayscale: #464646. Windows color (decimal): -11133445 or 16457046. OLE color: 16457046.

HSL color Cylindrical-coordinate representation of color #561DFB: hue angle of 255.41º 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 #561DFB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 29 251 -
CMYK 0.66 0.88 0 0.02
HSL 255.41º 0.97% 0.55% -
HSV(B) 255.41º 0.88% 0.98% -
XYZ 21.69 9.82 92.02 -
YUV 71.35 229.38 138.45 -
System Red Green Blue C M Y K H S L
Decimal 86 29 251 0.66 0.88 0 0.02 255.41 0.97 0.55
Hex 56 1D FB 42 58 0 2 FF 61 37
Octal 126 35 373 102 130 0 2 377 141 67
Binary 1010110 11101 11111011 1000010 1011000 0 10 11111111 1100001 110111

Color Harmonies of #561DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DFB

Black with #561DFB

Text Example


Text Example

White with #561DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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