Html Css Color HEX #682EFE Han Purple

📋 copy color: '#682EFE'

red 104 ◦ green 46 ◦ blue 254

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

Shades of Han Purple #682EFE

Tints of Han Purple #682EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 25.74%
G = 11.39%
B = 62.87%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#682EFE (or 0x682EFE) is known color: Han Purple. HEX triplet: 68, 2E and FE. RGB value is (104,46,254). Sum of RGB (Red+Green+Blue) = 104+46+254=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #682EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EFE is #97D101. Grayscale: #565656. Windows color (decimal): -9949442 or 16658024. OLE color: 16658024.

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

Color convert

RGB 104 46 254 -
CMYK 0.59 0.82 0 0.00
HSL 256.73º 0.99% 0.59% -
HSV(B) 256.73º 0.82% 1% -
XYZ 24.58 12.05 94.8 -
YUV 87.05 222.22 140.09 -
System Red Green Blue C M Y K H S L
Decimal 104 46 254 0.59 0.82 0 0.00 256.73 0.99 0.59
Hex 68 2E FE 3B 52 0 0 101 63 3B
Octal 150 56 376 73 122 0 0 401 143 73
Binary 1101000 101110 11111110 111011 1010010 0 0 100000001 1100011 111011

Color Harmonies of #682EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EFE

Black with #682EFE

Text Example


Text Example

White with #682EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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