#611BF8

Color #611BF8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #611BF8

Tints of Han Purple #611BF8

Color information

#611BF8 (or 0x611BF8) is unknown color: approx Han Purple. HEX triplet: 61, 1B and F8. RGB value is (97,27,248). Sum of RGB (Red+Green+Blue) = 97+27+248=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #611BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BF8 is #9EE407. Grayscale: #484848. Windows color (decimal): -10413064 or 16259937. OLE color: 16259937.

HSL color Cylindrical-coordinate representation of color #611BF8: hue angle of 259º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611BF8 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9727248-
CMYK0.610.8900.03
HSL259º94.04%53.92%-
HSV(B)259º89.11%97.25%-
XYZ22.2610.189.58-
YUV73.12226.69145.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 27 (10.94% from 255) = 7.26%
BLUE value IS 248 (97.27% from 255) = 66.67%
R=26.08%
G=7.26%
B=66.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal97272480.610.8900.0325994.0453.92
Hex611BF83D59031035e36
Octal14133370751310340313666
Binary1100001110111111100011110110110010111000000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611BF8; }

 p { color: rgb(97,27,248); }

 H1.HeaderClassName
 {
   color: #611BF8;
 }
 .AnyTagClassName
 {
   color: #611BF8;
 }
</style>
background-color css

<style>
 a { background-color: #611BF8; }

 a { background-color: rgb(97,27,248); }

 div.DivClassName
 {
   background-color: #611BF8;
 }
 .BgClassName
 {
   background-color: #611BF8;
 }
</style>
border-color css

<style>
 span { border-color: #611BF8; }

 span { border-color: rgb(97,27,248); }

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