Html Css Color HEX #681DF0 Han Purple

📋 copy color: '#681DF0'

red 104 ◦ green 29 ◦ blue 240

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

Shades of Han Purple #681DF0

Tints of Han Purple #681DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.34%

R = 27.88%
G = 7.77%
B = 64.34%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#681DF0 (or 0x681DF0) is known color: Han Purple. HEX triplet: 68, 1D and F0. RGB value is (104,29,240). Sum of RGB (Red+Green+Blue) = 104+29+240=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #681DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DF0 is #97E20F. Grayscale: #4A4A4A. Windows color (decimal): -9953808 or 15736168. OLE color: 15736168.

HSL color Cylindrical-coordinate representation of color #681DF0: hue angle of 261.33º degrees, saturation: 0.88, 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 #681DF0 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 29 240 -
CMYK 0.57 0.88 0 0.06
HSL 261.33º 0.88% 0.53% -
HSV(B) 261.33º 0.88% 0.94% -
XYZ 21.88 10.11 83.24 -
YUV 75.48 220.85 148.34 -
System Red Green Blue C M Y K H S L
Decimal 104 29 240 0.57 0.88 0 0.06 261.33 0.88 0.53
Hex 68 1D F0 39 58 0 6 105 58 35
Octal 150 35 360 71 130 0 6 405 130 65
Binary 1101000 11101 11110000 111001 1011000 0 110 100000101 1011000 110101

Color Harmonies of #681DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DF0

Black with #681DF0

Text Example


Text Example

White with #681DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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