Html Css Color HEX #681AE4 Han Purple

📋 copy color: '#681AE4'

red 104 ◦ green 26 ◦ blue 228

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

Shades of Han Purple #681AE4

Tints of Han Purple #681AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 63.69%

R = 29.05%
G = 7.26%
B = 63.69%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#681AE4 (or 0x681AE4) is known color: Han Purple. HEX triplet: 68, 1A and E4. RGB value is (104,26,228). Sum of RGB (Red+Green+Blue) = 104+26+228=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #681AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AE4 is #97E51B. Grayscale: #474747. Windows color (decimal): -9954588 or 14948968. OLE color: 14948968.

HSL color Cylindrical-coordinate representation of color #681AE4: hue angle of 263.17º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681AE4 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 26 228 -
CMYK 0.54 0.89 0 0.11
HSL 263.17º 0.8% 0.5% -
HSV(B) 263.17º 0.89% 0.89% -
XYZ 20.08 9.28 74.13 -
YUV 72.35 215.84 150.57 -
System Red Green Blue C M Y K H S L
Decimal 104 26 228 0.54 0.89 0 0.11 263.17 0.8 0.5
Hex 68 1A E4 36 59 0 B 107 50 32
Octal 150 32 344 66 131 0 13 407 120 62
Binary 1101000 11010 11100100 110110 1011001 0 1011 100000111 1010000 110010

Color Harmonies of #681AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AE4

Black with #681AE4

Text Example


Text Example

White with #681AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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