#611DF1

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

Shades of Han Purple #611DF1

Tints of Han Purple #611DF1

Color information

#611DF1 (or 0x611DF1) is unknown color: approx Han Purple. HEX triplet: 61, 1D and F1. RGB value is (97,29,241). Sum of RGB (Red+Green+Blue) = 97+29+241=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #611DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611DF1 is #9EE20E. Grayscale: #484848. Windows color (decimal): -10412559 or 15801697. OLE color: 15801697.

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

Color convert

RGB9729241-
CMYK0.600.8800.05
HSL259.25º88.33%52.94%-
HSV(B)259.25º87.97%94.51%-
XYZ21.259.7783.99-
YUV73.5222.53144.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 29 (11.72% from 255) = 7.90%
BLUE value IS 241 (94.53% from 255) = 65.67%
R=26.43%
G=7.90%
B=65.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97292410.600.8800.05259.2588.3352.94
Hex611DF13C58051035835
Octal14135361741300540313065
Binary11000011110111110001111100101100001011000000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,29,241); }

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

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

 a { background-color: rgb(97,29,241); }

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

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

 span { border-color: rgb(97,29,241); }

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