Html Css Color HEX #682EFF Han Purple

📋 copy color: '#682EFF'

red 104 ◦ green 46 ◦ blue 255

#682EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #682EFF

Tints of Han Purple #682EFF

RGB

 RED value IS 104 (41.02% from 255) = 25.68%

 GREEN value IS 46 (18.36% from 255) = 11.36%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 25.68%
G = 11.36%
B = 62.96%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#682EFF (or 0x682EFF) is known color: Han Purple. HEX triplet: 68, 2E and FF. RGB value is (104,46,255). Sum of RGB (Red+Green+Blue) = 104+46+255=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #682EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EFF is #97D100. Grayscale: #565656. Windows color (decimal): -9949441 or 16723560. OLE color: 16723560.

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

Color convert

RGB 104 46 255 -
CMYK 0.59 0.82 0 0
HSL 256.65º 1% 0.59% -
HSV(B) 256.65º 0.82% 1% -
XYZ 24.74 12.12 95.64 -
YUV 87.17 222.72 140.01 -
System Red Green Blue C M Y K H S L
Decimal 104 46 255 0.59 0.82 0 0 256.65 1 0.59
Hex 68 2E FF 3B 52 0 0 101 64 3B
Octal 150 56 377 73 122 0 0 401 144 73
Binary 1101000 101110 11111111 111011 1010010 0 0 100000001 1100100 111011

Color Harmonies of #682EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EFF

Black with #682EFF

Text Example


Text Example

White with #682EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #682EFF;
 }
 .AnyTagClassName
 {
   color: #682EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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