#682CFF

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

Shades of Han Purple #682CFF

Tints of Han Purple #682CFF

Color information

#682CFF (or 0x682CFF) is unknown color: approx Han Purple. HEX triplet: 68, 2C and FF. RGB value is (104,44,255). Sum of RGB (Red+Green+Blue) = 104+44+255=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #682CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CFF is #97D300. Grayscale: #555555. Windows color (decimal): -9949953 or 16723048. OLE color: 16723048.

HSL color Cylindrical-coordinate representation of color #682CFF: hue angle of 257.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682CFF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10444255-
CMYK0.590.8300
HSL257.06º100%58.63%-
HSV(B)257.06º82.75%100%-
XYZ24.6611.9695.62-
YUV85.99223.38140.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.81%
GREEN value IS 44 (17.58% from 255) = 10.92%
BLUE value IS 255 (100% from 255) = 63.28%
R=25.81%
G=10.92%
B=63.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal104442550.590.8300257.0610058.63
Hex682CFF3B5300101643b
Octal15054377731230040114473
Binary1101000101100111111111110111010011001000000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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