Html Css Color HEX #681EEF Han Purple

📋 copy color: '#681EEF'

red 104 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #681EEF

Tints of Han Purple #681EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

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

R = 27.88%
G = 8.04%
B = 64.08%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#681EEF (or 0x681EEF) is known color: Han Purple. HEX triplet: 68, 1E and EF. RGB value is (104,30,239). Sum of RGB (Red+Green+Blue) = 104+30+239=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #681EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681EEF is #97E110. Grayscale: #4B4B4B. Windows color (decimal): -9953553 or 15670888. OLE color: 15670888.

HSL color Cylindrical-coordinate representation of color #681EEF: hue angle of 261.24º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681EEF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 30 239 -
CMYK 0.56 0.87 0 0.06
HSL 261.24º 0.87% 0.53% -
HSV(B) 261.24º 0.87% 0.94% -
XYZ 21.75 10.1 82.47 -
YUV 75.95 220.02 148.01 -
System Red Green Blue C M Y K H S L
Decimal 104 30 239 0.56 0.87 0 0.06 261.24 0.87 0.53
Hex 68 1E EF 38 57 0 6 105 57 35
Octal 150 36 357 70 127 0 6 405 127 65
Binary 1101000 11110 11101111 111000 1010111 0 110 100000101 1010111 110101

Color Harmonies of #681EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EEF

Black with #681EEF

Text Example


Text Example

White with #681EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681EEF; }

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

 H1.HeaderClassName
 {
   color: #681EEF;
 }
 .AnyTagClassName
 {
   color: #681EEF;
 }
</style>

background-color css

<style>
 a { background-color: #681EEF; }

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

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

border-color css

<style>
 span { border-color: #681EEF; }

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

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