Html Css Color HEX #682FEC Han Purple

📋 copy color: '#682FEC'

red 104 ◦ green 47 ◦ blue 236

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

Shades of Han Purple #682FEC

Tints of Han Purple #682FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

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

R = 26.87%
G = 12.14%
B = 60.98%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#682FEC (or 0x682FEC) is known color: Han Purple. HEX triplet: 68, 2F and EC. RGB value is (104,47,236). Sum of RGB (Red+Green+Blue) = 104+47+236=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #682FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FEC is #97D013. Grayscale: #545454. Windows color (decimal): -9949204 or 15478632. OLE color: 15478632.

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

Color convert

RGB 104 47 236 -
CMYK 0.56 0.80 0 0.07
HSL 258.1º 0.83% 0.55% -
HSV(B) 258.1º 0.8% 0.93% -
XYZ 21.87 11.03 80.33 -
YUV 85.59 212.88 141.13 -
System Red Green Blue C M Y K H S L
Decimal 104 47 236 0.56 0.80 0 0.07 258.1 0.83 0.55
Hex 68 2F EC 38 50 0 7 102 53 37
Octal 150 57 354 70 120 0 7 402 123 67
Binary 1101000 101111 11101100 111000 1010000 0 111 100000010 1010011 110111

Color Harmonies of #682FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FEC

Black with #682FEC

Text Example


Text Example

White with #682FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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