Html Css Color HEX #682DEE Han Purple

📋 copy color: '#682DEE'

red 104 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #682DEE

Tints of Han Purple #682DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 26.87%
G = 11.63%
B = 61.5%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#682DEE (or 0x682DEE) is known color: Han Purple. HEX triplet: 68, 2D and EE. RGB value is (104,45,238). Sum of RGB (Red+Green+Blue) = 104+45+238=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #682DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DEE is #97D211. Grayscale: #535353. Windows color (decimal): -9949714 or 15609192. OLE color: 15609192.

HSL color Cylindrical-coordinate representation of color #682DEE: hue angle of 258.34º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682DEE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 45 238 -
CMYK 0.56 0.81 0 0.07
HSL 258.34º 0.85% 0.55% -
HSV(B) 258.34º 0.81% 0.93% -
XYZ 22.08 10.99 81.85 -
YUV 84.64 214.55 141.81 -
System Red Green Blue C M Y K H S L
Decimal 104 45 238 0.56 0.81 0 0.07 258.34 0.85 0.55
Hex 68 2D EE 38 51 0 7 102 55 37
Octal 150 55 356 70 121 0 7 402 125 67
Binary 1101000 101101 11101110 111000 1010001 0 111 100000010 1010101 110111

Color Harmonies of #682DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DEE

Black with #682DEE

Text Example


Text Example

White with #682DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,238); }

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

background-color css

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

 a { background-color: rgb(104,45,238); }

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

border-color css

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

 span { border-color: rgb(104,45,238); }

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