#611EEF

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

Shades of Han Purple #611EEF

Tints of Han Purple #611EEF

Color information

#611EEF (or 0x611EEF) is unknown color: approx Han Purple. HEX triplet: 61, 1E and EF. RGB value is (97,30,239). Sum of RGB (Red+Green+Blue) = 97+30+239=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #611EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611EEF is #9EE110. Grayscale: #494949. Windows color (decimal): -10412305 or 15670881. OLE color: 15670881.

HSL color Cylindrical-coordinate representation of color #611EEF: hue angle of 259.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611EEF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9730239-
CMYK0.590.8700.06
HSL259.23º86.72%52.75%-
HSV(B)259.23º87.45%93.73%-
XYZ20.979.782.43-
YUV73.86221.2144.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 30 (12.11% from 255) = 8.20%
BLUE value IS 239 (93.75% from 255) = 65.30%
R=26.50%
G=8.20%
B=65.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal97302390.590.8700.06259.2386.7252.75
Hex611EEF3B57061035735
Octal14136357731270640312765
Binary11000011111011101111111011101011101101000000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,239); }

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

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

 a { background-color: rgb(97,30,239); }

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

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

 span { border-color: rgb(97,30,239); }

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