#611FE1

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

Shades of Han Purple #611FE1

Tints of Han Purple #611FE1

Color information

#611FE1 (or 0x611FE1) is unknown color: approx Han Purple. HEX triplet: 61, 1F and E1. RGB value is (97,31,225). Sum of RGB (Red+Green+Blue) = 97+31+225=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #611FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FE1 is #9EE01E. Grayscale: #484848. Windows color (decimal): -10412063 or 14753633. OLE color: 14753633.

HSL color Cylindrical-coordinate representation of color #611FE1: hue angle of 260.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611FE1 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9731225-
CMYK0.570.8600.12
HSL260.41º76.38%50.2%-
HSV(B)260.41º86.22%88.24%-
XYZ19.018.9671.96-
YUV72.85213.87145.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 31 (12.5% from 255) = 8.78%
BLUE value IS 225 (88.28% from 255) = 63.74%
R=27.48%
G=8.78%
B=63.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97312250.570.8600.12260.4176.3850.2
Hex611FE139560C1044c32
Octal141373417112601440411462
Binary110000111111111000011110011010110011001000001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,225); }

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

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

 a { background-color: rgb(97,31,225); }

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

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

 span { border-color: rgb(97,31,225); }

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