Html Css Color HEX #681AF9 Han Purple

📋 copy color: '#681AF9'

red 104 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #681AF9

Tints of Han Purple #681AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 27.44%
G = 6.86%
B = 65.7%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#681AF9 (or 0x681AF9) is known color: Han Purple. HEX triplet: 68, 1A and F9. RGB value is (104,26,249). Sum of RGB (Red+Green+Blue) = 104+26+249=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #681AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681AF9 is #97E506. Grayscale: #494949. Windows color (decimal): -9954567 or 16325224. OLE color: 16325224.

HSL color Cylindrical-coordinate representation of color #681AF9: hue angle of 260.99º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681AF9 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 26 249 -
CMYK 0.58 0.90 0 0.02
HSL 260.99º 0.95% 0.54% -
HSV(B) 260.99º 0.9% 0.98% -
XYZ 23.18 10.52 90.43 -
YUV 74.74 226.34 148.87 -
System Red Green Blue C M Y K H S L
Decimal 104 26 249 0.58 0.90 0 0.02 260.99 0.95 0.54
Hex 68 1A F9 3A 5A 0 2 105 5F 36
Octal 150 32 371 72 132 0 2 405 137 66
Binary 1101000 11010 11111001 111010 1011010 0 10 100000101 1011111 110110

Color Harmonies of #681AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AF9

Black with #681AF9

Text Example


Text Example

White with #681AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,26,249); }

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

background-color css

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

 a { background-color: rgb(104,26,249); }

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

border-color css

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

 span { border-color: rgb(104,26,249); }

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