Html Css Color HEX #681BEB Han Purple

📋 copy color: '#681BEB'

red 104 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #681BEB

Tints of Han Purple #681BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 28.42%
G = 7.38%
B = 64.21%

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

#681BEB (or 0x681BEB) is known color: Han Purple. HEX triplet: 68, 1B and EB. RGB value is (104,27,235). Sum of RGB (Red+Green+Blue) = 104+27+235=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #681BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BEB is #97E414. Grayscale: #484848. Windows color (decimal): -9954325 or 15407976. OLE color: 15407976.

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

Color convert

RGB 104 27 235 -
CMYK 0.56 0.89 0 0.08
HSL 262.21º 0.84% 0.51% -
HSV(B) 262.21º 0.89% 0.92% -
XYZ 21.1 9.73 79.36 -
YUV 73.74 219.01 149.59 -
System Red Green Blue C M Y K H S L
Decimal 104 27 235 0.56 0.89 0 0.08 262.21 0.84 0.51
Hex 68 1B EB 38 59 0 8 106 54 33
Octal 150 33 353 70 131 0 10 406 124 63
Binary 1101000 11011 11101011 111000 1011001 0 1000 100000110 1010100 110011

Color Harmonies of #681BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BEB

Black with #681BEB

Text Example


Text Example

White with #681BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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