#611BF2

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

Shades of Han Purple #611BF2

Tints of Han Purple #611BF2

Color information

#611BF2 (or 0x611BF2) is unknown color: approx Han Purple. HEX triplet: 61, 1B and F2. RGB value is (97,27,242). Sum of RGB (Red+Green+Blue) = 97+27+242=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #611BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BF2 is #9EE40D. Grayscale: #474747. Windows color (decimal): -10413070 or 15866721. OLE color: 15866721.

HSL color Cylindrical-coordinate representation of color #611BF2: hue angle of 259.53º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611BF2 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9727242-
CMYK0.600.8900.05
HSL259.53º89.21%52.75%-
HSV(B)259.53º88.84%94.9%-
XYZ21.359.7484.76-
YUV72.44223.69145.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 242 (94.92% from 255) = 66.12%
R=26.50%
G=7.38%
B=66.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97272420.600.8900.05259.5389.2152.75
Hex611BF23C59051045935
Octal14133362741310540413165
Binary11000011101111110010111100101100101011000001001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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