#611DEC

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

Shades of Han Purple #611DEC

Tints of Han Purple #611DEC

Color information

#611DEC (or 0x611DEC) is unknown color: approx Han Purple. HEX triplet: 61, 1D and EC. RGB value is (97,29,236). Sum of RGB (Red+Green+Blue) = 97+29+236=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #611DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611DEC is #9EE213. Grayscale: #484848. Windows color (decimal): -10412564 or 15474017. OLE color: 15474017.

HSL color Cylindrical-coordinate representation of color #611DEC: hue angle of 259.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611DEC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9729236-
CMYK0.590.8800.07
HSL259.71º84.49%51.96%-
HSV(B)259.71º87.71%92.55%-
XYZ20.519.4880.11-
YUV72.93220.03145.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 29 (11.72% from 255) = 8.01%
BLUE value IS 236 (92.58% from 255) = 65.19%
R=26.80%
G=8.01%
B=65.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal97292360.590.8800.07259.7184.4951.96
Hex611DEC3B58071045434
Octal14135354731300740412464
Binary11000011110111101100111011101100001111000001001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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