#682CF1

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

Shades of Han Purple #682CF1

Tints of Han Purple #682CF1

Color information

#682CF1 (or 0x682CF1) is unknown color: approx Han Purple. HEX triplet: 68, 2C and F1. RGB value is (104,44,241). Sum of RGB (Red+Green+Blue) = 104+44+241=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #682CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CF1 is #97D30E. Grayscale: #535353. Windows color (decimal): -9949967 or 15805544. OLE color: 15805544.

HSL color Cylindrical-coordinate representation of color #682CF1: hue angle of 258.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682CF1 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10444241-
CMYK0.570.8200.05
HSL258.27º87.56%55.88%-
HSV(B)258.27º81.74%94.51%-
XYZ22.4911.184.18-
YUV84.4216.38141.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 241 (94.53% from 255) = 61.95%
R=26.74%
G=11.31%
B=61.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104442410.570.8200.05258.2787.5655.88
Hex682CF13952051025838
Octal15054361711220540213070
Binary110100010110011110001111001101001001011000000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,241); }

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

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

 a { background-color: rgb(104,44,241); }

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

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

 span { border-color: rgb(104,44,241); }

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