Html Css Color HEX #682AE8 Han Purple

📋 copy color: '#682AE8'

red 104 ◦ green 42 ◦ blue 232

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

Shades of Han Purple #682AE8

Tints of Han Purple #682AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.38%

R = 27.51%
G = 11.11%
B = 61.38%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#682AE8 (or 0x682AE8) is known color: Han Purple. HEX triplet: 68, 2A and E8. RGB value is (104,42,232). Sum of RGB (Red+Green+Blue) = 104+42+232=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #682AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682AE8 is #97D517. Grayscale: #515151. Windows color (decimal): -9950488 or 15215208. OLE color: 15215208.

HSL color Cylindrical-coordinate representation of color #682AE8: hue angle of 259.58º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682AE8 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 42 232 -
CMYK 0.55 0.82 0 0.09
HSL 259.58º 0.81% 0.54% -
HSV(B) 259.58º 0.82% 0.91% -
XYZ 21.1 10.43 77.24 -
YUV 82.2 212.54 143.55 -
System Red Green Blue C M Y K H S L
Decimal 104 42 232 0.55 0.82 0 0.09 259.58 0.81 0.54
Hex 68 2A E8 37 52 0 9 104 51 36
Octal 150 52 350 67 122 0 11 404 121 66
Binary 1101000 101010 11101000 110111 1010010 0 1001 100000100 1010001 110110

Color Harmonies of #682AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682AE8

Black with #682AE8

Text Example


Text Example

White with #682AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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