Html Css Color HEX #682BF0 Han Purple

📋 copy color: '#682BF0'

red 104 ◦ green 43 ◦ blue 240

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

Shades of Han Purple #682BF0

Tints of Han Purple #682BF0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 240 (94.14% from 255) = 62.02%

R = 26.87%
G = 11.11%
B = 62.02%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#682BF0 (or 0x682BF0) is known color: Han Purple. HEX triplet: 68, 2B and F0. RGB value is (104,43,240). Sum of RGB (Red+Green+Blue) = 104+43+240=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #682BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BF0 is #97D40F. Grayscale: #525252. Windows color (decimal): -9950224 or 15739752. OLE color: 15739752.

HSL color Cylindrical-coordinate representation of color #682BF0: hue angle of 258.58º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682BF0 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 43 240 -
CMYK 0.57 0.82 0 0.06
HSL 258.58º 0.87% 0.55% -
HSV(B) 258.58º 0.82% 0.94% -
XYZ 22.3 10.96 83.38 -
YUV 83.7 216.21 142.48 -
System Red Green Blue C M Y K H S L
Decimal 104 43 240 0.57 0.82 0 0.06 258.58 0.87 0.55
Hex 68 2B F0 39 52 0 6 103 57 37
Octal 150 53 360 71 122 0 6 403 127 67
Binary 1101000 101011 11110000 111001 1010010 0 110 100000011 1010111 110111

Color Harmonies of #682BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BF0

Black with #682BF0

Text Example


Text Example

White with #682BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,240); }

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

background-color css

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

 a { background-color: rgb(104,43,240); }

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

border-color css

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

 span { border-color: rgb(104,43,240); }

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