Html Css Color HEX #681FEF Han Purple

📋 copy color: '#681FEF'

red 104 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #681FEF

Tints of Han Purple #681FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.29%

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

R = 27.81%
G = 8.29%
B = 63.9%

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

#681FEF (or 0x681FEF) is known color: Han Purple. HEX triplet: 68, 1F and EF. RGB value is (104,31,239). Sum of RGB (Red+Green+Blue) = 104+31+239=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #681FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681FEF is #97E010. Grayscale: #4B4B4B. Windows color (decimal): -9953297 or 15671144. OLE color: 15671144.

HSL color Cylindrical-coordinate representation of color #681FEF: hue angle of 261.06º 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 #681FEF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 31 239 -
CMYK 0.56 0.87 0 0.06
HSL 261.06º 0.87% 0.53% -
HSV(B) 261.06º 0.87% 0.94% -
XYZ 21.78 10.16 82.47 -
YUV 76.54 219.68 147.59 -
System Red Green Blue C M Y K H S L
Decimal 104 31 239 0.56 0.87 0 0.06 261.06 0.87 0.53
Hex 68 1F EF 38 57 0 6 105 57 35
Octal 150 37 357 70 127 0 6 405 127 65
Binary 1101000 11111 11101111 111000 1010111 0 110 100000101 1010111 110101

Color Harmonies of #681FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FEF

Black with #681FEF

Text Example


Text Example

White with #681FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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