Html Css Color HEX #682DEC Han Purple

📋 copy color: '#682DEC'

red 104 ◦ green 45 ◦ blue 236

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

Shades of Han Purple #682DEC

Tints of Han Purple #682DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 27.01%
G = 11.69%
B = 61.3%

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

#682DEC (or 0x682DEC) is known color: Han Purple. HEX triplet: 68, 2D and EC. RGB value is (104,45,236). Sum of RGB (Red+Green+Blue) = 104+45+236=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #682DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DEC is #97D213. Grayscale: #535353. Windows color (decimal): -9949716 or 15478120. OLE color: 15478120.

HSL color Cylindrical-coordinate representation of color #682DEC: hue angle of 258.53º degrees, saturation: 0.83, 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 #682DEC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 45 236 -
CMYK 0.56 0.81 0 0.07
HSL 258.53º 0.83% 0.55% -
HSV(B) 258.53º 0.81% 0.93% -
XYZ 21.79 10.88 80.31 -
YUV 84.42 213.55 141.97 -
System Red Green Blue C M Y K H S L
Decimal 104 45 236 0.56 0.81 0 0.07 258.53 0.83 0.55
Hex 68 2D EC 38 51 0 7 103 53 37
Octal 150 55 354 70 121 0 7 403 123 67
Binary 1101000 101101 11101100 111000 1010001 0 111 100000011 1010011 110111

Color Harmonies of #682DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DEC

Black with #682DEC

Text Example


Text Example

White with #682DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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