Html Css Color HEX #681DEF Han Purple

📋 copy color: '#681DEF'

red 104 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #681DEF

Tints of Han Purple #681DEF

RGB

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

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

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

R = 27.96%
G = 7.8%
B = 64.25%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#681DEF (or 0x681DEF) is known color: Han Purple. HEX triplet: 68, 1D and EF. RGB value is (104,29,239). Sum of RGB (Red+Green+Blue) = 104+29+239=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #681DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DEF is #97E210. Grayscale: #4A4A4A. Windows color (decimal): -9953809 or 15670632. OLE color: 15670632.

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

Color convert

RGB 104 29 239 -
CMYK 0.56 0.88 0 0.06
HSL 261.43º 0.87% 0.53% -
HSV(B) 261.43º 0.88% 0.94% -
XYZ 21.73 10.05 82.46 -
YUV 75.37 220.35 148.42 -
System Red Green Blue C M Y K H S L
Decimal 104 29 239 0.56 0.88 0 0.06 261.43 0.87 0.53
Hex 68 1D EF 38 58 0 6 105 57 35
Octal 150 35 357 70 130 0 6 405 127 65
Binary 1101000 11101 11101111 111000 1011000 0 110 100000101 1010111 110101

Color Harmonies of #681DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DEF

Black with #681DEF

Text Example


Text Example

White with #681DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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