Html Css Color HEX #681AFE Han Purple

📋 copy color: '#681AFE'

red 104 ◦ green 26 ◦ blue 254

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

Shades of Han Purple #681AFE

Tints of Han Purple #681AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.15%

R = 27.08%
G = 6.77%
B = 66.15%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#681AFE (or 0x681AFE) is known color: Han Purple. HEX triplet: 68, 1A and FE. RGB value is (104,26,254). Sum of RGB (Red+Green+Blue) = 104+26+254=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #681AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681AFE is #97E501. Grayscale: #4A4A4A. Windows color (decimal): -9954562 or 16652904. OLE color: 16652904.

HSL color Cylindrical-coordinate representation of color #681AFE: hue angle of 260.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681AFE is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 26 254 -
CMYK 0.59 0.90 0 0.00
HSL 260.53º 0.99% 0.55% -
HSV(B) 260.53º 0.9% 1% -
XYZ 23.97 10.84 94.59 -
YUV 75.31 228.84 148.46 -
System Red Green Blue C M Y K H S L
Decimal 104 26 254 0.59 0.90 0 0.00 260.53 0.99 0.55
Hex 68 1A FE 3B 5A 0 0 105 63 37
Octal 150 32 376 73 132 0 0 405 143 67
Binary 1101000 11010 11111110 111011 1011010 0 0 100000101 1100011 110111

Color Harmonies of #681AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AFE

Black with #681AFE

Text Example


Text Example

White with #681AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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