#682FEB

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

Shades of Han Purple #682FEB

Tints of Han Purple #682FEB

Color information

#682FEB (or 0x682FEB) is unknown color: approx Han Purple. HEX triplet: 68, 2F and EB. RGB value is (104,47,235). Sum of RGB (Red+Green+Blue) = 104+47+235=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #682FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FEB is #97D014. Grayscale: #545454. Windows color (decimal): -9949205 or 15413096. OLE color: 15413096.

HSL color Cylindrical-coordinate representation of color #682FEB: hue angle of 258.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682FEB is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10447235-
CMYK0.560.800.08
HSL258.19º82.46%55.29%-
HSV(B)258.19º80%92.16%-
XYZ21.7210.9779.57-
YUV85.48212.38141.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 47 (18.75% from 255) = 12.18%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=26.94%
G=12.18%
B=60.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal104472350.560.800.08258.1982.4655.29
Hex682FEB3850081025237
Octal150573537012001040212267
Binary1101000101111111010111110001010000010001000000101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,47,235); }

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

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

 a { background-color: rgb(104,47,235); }

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

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

 span { border-color: rgb(104,47,235); }

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