Html Css Color HEX #681BEA Han Purple

📋 copy color: '#681BEA'

red 104 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #681BEA

Tints of Han Purple #681BEA

RGB

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

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

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

R = 28.49%
G = 7.4%
B = 64.11%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#681BEA (or 0x681BEA) is known color: Han Purple. HEX triplet: 68, 1B and EA. RGB value is (104,27,234). Sum of RGB (Red+Green+Blue) = 104+27+234=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #681BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BEA is #97E415. Grayscale: #484848. Windows color (decimal): -9954326 or 15342440. OLE color: 15342440.

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

Color convert

RGB 104 27 234 -
CMYK 0.56 0.88 0 0.08
HSL 262.32º 0.83% 0.51% -
HSV(B) 262.32º 0.88% 0.92% -
XYZ 20.95 9.67 78.6 -
YUV 73.62 218.51 149.67 -
System Red Green Blue C M Y K H S L
Decimal 104 27 234 0.56 0.88 0 0.08 262.32 0.83 0.51
Hex 68 1B EA 38 58 0 8 106 53 33
Octal 150 33 352 70 130 0 10 406 123 63
Binary 1101000 11011 11101010 111000 1011000 0 1000 100000110 1010011 110011

Color Harmonies of #681BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BEA

Black with #681BEA

Text Example


Text Example

White with #681BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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