Html Css Color HEX #682AF6 Han Purple

📋 copy color: '#682AF6'

red 104 ◦ green 42 ◦ blue 246

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

Shades of Han Purple #682AF6

Tints of Han Purple #682AF6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

 BLUE value IS 246 (96.48% from 255) = 62.76%

R = 26.53%
G = 10.71%
B = 62.76%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#682AF6 (or 0x682AF6) is known color: Han Purple. HEX triplet: 68, 2A and F6. RGB value is (104,42,246). Sum of RGB (Red+Green+Blue) = 104+42+246=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #682AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682AF6 is #97D509. Grayscale: #535353. Windows color (decimal): -9950474 or 16132712. OLE color: 16132712.

HSL color Cylindrical-coordinate representation of color #682AF6: hue angle of 258.24º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682AF6 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 42 246 -
CMYK 0.58 0.83 0 0.04
HSL 258.24º 0.92% 0.56% -
HSV(B) 258.24º 0.83% 0.96% -
XYZ 23.17 11.25 88.14 -
YUV 83.79 219.54 142.41 -
System Red Green Blue C M Y K H S L
Decimal 104 42 246 0.58 0.83 0 0.04 258.24 0.92 0.56
Hex 68 2A F6 3A 53 0 4 102 5C 38
Octal 150 52 366 72 123 0 4 402 134 70
Binary 1101000 101010 11110110 111010 1010011 0 100 100000010 1011100 111000

Color Harmonies of #682AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682AF6

Black with #682AF6

Text Example


Text Example

White with #682AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,246); }

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

background-color css

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

 a { background-color: rgb(104,42,246); }

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

border-color css

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

 span { border-color: rgb(104,42,246); }

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