#681DEC

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

Shades of Han Purple #681DEC

Tints of Han Purple #681DEC

Color information

#681DEC (or 0x681DEC) is unknown color: approx Han Purple. HEX triplet: 68, 1D and EC. RGB value is (104,29,236). Sum of RGB (Red+Green+Blue) = 104+29+236=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #681DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DEC is #97E213. Grayscale: #4A4A4A. Windows color (decimal): -9953812 or 15474024. OLE color: 15474024.

HSL color Cylindrical-coordinate representation of color #681DEC: hue angle of 261.74º 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 #681DEC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10429236-
CMYK0.560.8800.07
HSL261.74º84.49%51.96%-
HSV(B)261.74º87.71%92.55%-
XYZ21.299.8880.14-
YUV75.02218.85148.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 29 (11.72% from 255) = 7.86%
BLUE value IS 236 (92.58% from 255) = 63.96%
R=28.18%
G=7.86%
B=63.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal104292360.560.8800.07261.7484.4951.96
Hex681DEC3858071065434
Octal15035354701300740612464
Binary11010001110111101100111000101100001111000001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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