Html Css Color HEX #681BFA Han Purple

📋 copy color: '#681BFA'

red 104 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #681BFA

Tints of Han Purple #681BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.62%

R = 27.3%
G = 7.09%
B = 65.62%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#681BFA (or 0x681BFA) is known color: Han Purple. HEX triplet: 68, 1B and FA. RGB value is (104,27,250). Sum of RGB (Red+Green+Blue) = 104+27+250=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #681BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BFA is #97E405. Grayscale: #4A4A4A. Windows color (decimal): -9954310 or 16391016. OLE color: 16391016.

HSL color Cylindrical-coordinate representation of color #681BFA: hue angle of 260.72º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681BFA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 27 250 -
CMYK 0.58 0.89 0 0.02
HSL 260.72º 0.96% 0.54% -
HSV(B) 260.72º 0.89% 0.98% -
XYZ 23.36 10.63 91.26 -
YUV 75.45 226.51 148.37 -
System Red Green Blue C M Y K H S L
Decimal 104 27 250 0.58 0.89 0 0.02 260.72 0.96 0.54
Hex 68 1B FA 3A 59 0 2 105 60 36
Octal 150 33 372 72 131 0 2 405 140 66
Binary 1101000 11011 11111010 111010 1011001 0 10 100000101 1100000 110110

Color Harmonies of #681BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BFA

Black with #681BFA

Text Example


Text Example

White with #681BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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