Html Css Color HEX #561FFB Han Purple

📋 copy color: '#561FFB'

red 86 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #561FFB

Tints of Han Purple #561FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 23.37%
G = 8.42%
B = 68.21%

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

#561FFB (or 0x561FFB) is known color: Han Purple. HEX triplet: 56, 1F and FB. RGB value is (86,31,251). Sum of RGB (Red+Green+Blue) = 86+31+251=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #561FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561FFB is #A9E004. Grayscale: #474747. Windows color (decimal): -11132933 or 16457558. OLE color: 16457558.

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

Color convert

RGB 86 31 251 -
CMYK 0.66 0.88 0 0.02
HSL 255º 0.96% 0.55% -
HSV(B) 255º 0.88% 0.98% -
XYZ 21.74 9.92 92.04 -
YUV 72.53 228.72 137.61 -
System Red Green Blue C M Y K H S L
Decimal 86 31 251 0.66 0.88 0 0.02 255 0.96 0.55
Hex 56 1F FB 42 58 0 2 FF 60 37
Octal 126 37 373 102 130 0 2 377 140 67
Binary 1010110 11111 11111011 1000010 1011000 0 10 11111111 1100000 110111

Color Harmonies of #561FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FFB

Black with #561FFB

Text Example


Text Example

White with #561FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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