Html Css Color HEX #682CEF Han Purple

📋 copy color: '#682CEF'

red 104 ◦ green 44 ◦ blue 239

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

Shades of Han Purple #682CEF

Tints of Han Purple #682CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.37%

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 26.87%
G = 11.37%
B = 61.76%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#682CEF (or 0x682CEF) is known color: Han Purple. HEX triplet: 68, 2C and EF. RGB value is (104,44,239). Sum of RGB (Red+Green+Blue) = 104+44+239=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #682CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CEF is #97D310. Grayscale: #535353. Windows color (decimal): -9949969 or 15674472. OLE color: 15674472.

HSL color Cylindrical-coordinate representation of color #682CEF: hue angle of 258.46º degrees, saturation: 0.86, 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 #682CEF is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 44 239 -
CMYK 0.56 0.82 0 0.06
HSL 258.46º 0.86% 0.55% -
HSV(B) 258.46º 0.82% 0.94% -
XYZ 22.19 10.98 82.61 -
YUV 84.17 215.38 142.14 -
System Red Green Blue C M Y K H S L
Decimal 104 44 239 0.56 0.82 0 0.06 258.46 0.86 0.55
Hex 68 2C EF 38 52 0 6 102 56 37
Octal 150 54 357 70 122 0 6 402 126 67
Binary 1101000 101100 11101111 111000 1010010 0 110 100000010 1010110 110111

Color Harmonies of #682CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CEF

Black with #682CEF

Text Example


Text Example

White with #682CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,239); }

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

background-color css

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

 a { background-color: rgb(104,44,239); }

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

border-color css

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

 span { border-color: rgb(104,44,239); }

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