#682eef

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

Shades of Han Purple #682EEF

Tints of Han Purple #682EEF

Color information

#682EEF (or 0x682EEF) is unknown color: approx Han Purple. HEX triplet: 68, 2E and EF. RGB value is (104,46,239). Sum of RGB (Red+Green+Blue) = 104+46+239=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #682EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EEF is #97D110. Grayscale: #545454. Windows color (decimal): -9949457 or 15674984. OLE color: 15674984.

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

Color convert

RGB10446239-
CMYK0.560.8100.06
HSL258.03º85.78%55.88%-
HSV(B)258.03º80.75%93.73%-
XYZ22.2711.1382.64-
YUV85.34214.72141.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 239 (93.75% from 255) = 61.44%
R=26.74%
G=11.83%
B=61.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal104462390.560.8100.06258.0385.7855.88
Hex682EEF3851061025638
Octal15056357701210640212670
Binary110100010111011101111111000101000101101000000101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682eef; }

 p { color: rgb(104,46,239); }

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

<style>
 a { background-color: #682eef; }

 a { background-color: rgb(104,46,239); }

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

<style>
 span { border-color: #682eef; }

 span { border-color: rgb(104,46,239); }

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