Html Css Color HEX #681AEA Han Purple

📋 copy color: '#681AEA'

red 104 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #681AEA

Tints of Han Purple #681AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 28.57%
G = 7.14%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#681AEA (or 0x681AEA) is known color: Han Purple. HEX triplet: 68, 1A and EA. RGB value is (104,26,234). Sum of RGB (Red+Green+Blue) = 104+26+234=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #681AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681AEA is #97E515. Grayscale: #484848. Windows color (decimal): -9954582 or 15342184. OLE color: 15342184.

HSL color Cylindrical-coordinate representation of color #681AEA: hue angle of 262.5º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681AEA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 26 234 -
CMYK 0.56 0.89 0 0.08
HSL 262.5º 0.83% 0.51% -
HSV(B) 262.5º 0.89% 0.92% -
XYZ 20.93 9.62 78.6 -
YUV 73.03 218.84 150.09 -
System Red Green Blue C M Y K H S L
Decimal 104 26 234 0.56 0.89 0 0.08 262.5 0.83 0.51
Hex 68 1A EA 38 59 0 8 106 53 33
Octal 150 32 352 70 131 0 10 406 123 63
Binary 1101000 11010 11101010 111000 1011001 0 1000 100000110 1010011 110011

Color Harmonies of #681AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AEA

Black with #681AEA

Text Example


Text Example

White with #681AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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