#610EDF

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

Shades of Han Purple #610EDF

Tints of Han Purple #610EDF

Color information

#610EDF (or 0x610EDF) is unknown color: approx Han Purple. HEX triplet: 61, 0E and DF. RGB value is (97,14,223). Sum of RGB (Red+Green+Blue) = 97+14+223=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #610EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EDF is #9EF120. Grayscale: #3D3D3D. Windows color (decimal): -10416417 or 14618209. OLE color: 14618209.

HSL color Cylindrical-coordinate representation of color #610EDF: hue angle of 263.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EDF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9714223-
CMYK0.570.9400.13
HSL263.83º88.19%46.47%-
HSV(B)263.83º93.72%87.45%-
XYZ18.418.1870.42-
YUV62.64218.5152.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 14 (5.86% from 255) = 4.19%
BLUE value IS 223 (87.5% from 255) = 66.77%
R=29.04%
G=4.19%
B=66.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97142230.570.9400.13263.8388.1946.47
Hex61EDF395E0D108582e
Octal141163377113601541013056
Binary11000011110110111111110011011110011011000010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610EDF; }

 p { color: rgb(97,14,223); }

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

<style>
 a { background-color: #610EDF; }

 a { background-color: rgb(97,14,223); }

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

<style>
 span { border-color: #610EDF; }

 span { border-color: rgb(97,14,223); }

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