Html Css Color HEX #681EEA Han Purple

📋 copy color: '#681EEA'

red 104 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #681EEA

Tints of Han Purple #681EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

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

R = 28.26%
G = 8.15%
B = 63.59%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#681EEA (or 0x681EEA) is known color: Han Purple. HEX triplet: 68, 1E and EA. RGB value is (104,30,234). Sum of RGB (Red+Green+Blue) = 104+30+234=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #681EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681EEA is #97E115. Grayscale: #4A4A4A. Windows color (decimal): -9953558 or 15343208. OLE color: 15343208.

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

Color convert

RGB 104 30 234 -
CMYK 0.56 0.87 0 0.08
HSL 261.76º 0.83% 0.52% -
HSV(B) 261.76º 0.87% 0.92% -
XYZ 21.02 9.81 78.63 -
YUV 75.38 217.52 148.41 -
System Red Green Blue C M Y K H S L
Decimal 104 30 234 0.56 0.87 0 0.08 261.76 0.83 0.52
Hex 68 1E EA 38 57 0 8 106 53 34
Octal 150 36 352 70 127 0 10 406 123 64
Binary 1101000 11110 11101010 111000 1010111 0 1000 100000110 1010011 110100

Color Harmonies of #681EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EEA

Black with #681EEA

Text Example


Text Example

White with #681EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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