Html Css Color HEX #681EEB Han Purple

📋 copy color: '#681EEB'

red 104 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #681EEB

Tints of Han Purple #681EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 28.18%
G = 8.13%
B = 63.69%

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

#681EEB (or 0x681EEB) is known color: Han Purple. HEX triplet: 68, 1E and EB. RGB value is (104,30,235). Sum of RGB (Red+Green+Blue) = 104+30+235=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #681EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681EEB is #97E114. Grayscale: #4A4A4A. Windows color (decimal): -9953557 or 15408744. OLE color: 15408744.

HSL color Cylindrical-coordinate representation of color #681EEB: hue angle of 261.66º degrees, saturation: 0.84, 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 #681EEB is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 30 235 -
CMYK 0.56 0.87 0 0.08
HSL 261.66º 0.84% 0.52% -
HSV(B) 261.66º 0.87% 0.92% -
XYZ 21.17 9.87 79.39 -
YUV 75.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 104 30 235 0.56 0.87 0 0.08 261.66 0.84 0.52
Hex 68 1E EB 38 57 0 8 106 54 34
Octal 150 36 353 70 127 0 10 406 124 64
Binary 1101000 11110 11101011 111000 1010111 0 1000 100000110 1010100 110100

Color Harmonies of #681EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EEB

Black with #681EEB

Text Example


Text Example

White with #681EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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