Html Css Color HEX #681DEE Han Purple

📋 copy color: '#681DEE'

red 104 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #681DEE

Tints of Han Purple #681DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

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

R = 28.03%
G = 7.82%
B = 64.15%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#681DEE (or 0x681DEE) is known color: Han Purple. HEX triplet: 68, 1D and EE. RGB value is (104,29,238). Sum of RGB (Red+Green+Blue) = 104+29+238=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #681DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DEE is #97E211. Grayscale: #4A4A4A. Windows color (decimal): -9953810 or 15605096. OLE color: 15605096.

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

Color convert

RGB 104 29 238 -
CMYK 0.56 0.88 0 0.07
HSL 261.53º 0.86% 0.52% -
HSV(B) 261.53º 0.88% 0.93% -
XYZ 21.58 9.99 81.68 -
YUV 75.25 219.85 148.51 -
System Red Green Blue C M Y K H S L
Decimal 104 29 238 0.56 0.88 0 0.07 261.53 0.86 0.52
Hex 68 1D EE 38 58 0 7 106 56 34
Octal 150 35 356 70 130 0 7 406 126 64
Binary 1101000 11101 11101110 111000 1011000 0 111 100000110 1010110 110100

Color Harmonies of #681DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DEE

Black with #681DEE

Text Example


Text Example

White with #681DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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