Html Css Color HEX #681FFD Han Purple

📋 copy color: '#681FFD'

red 104 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #681FFD

Tints of Han Purple #681FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

 BLUE value IS 253 (99.22% from 255) = 65.21%

R = 26.8%
G = 7.99%
B = 65.21%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#681FFD (or 0x681FFD) is known color: Han Purple. HEX triplet: 68, 1F and FD. RGB value is (104,31,253). Sum of RGB (Red+Green+Blue) = 104+31+253=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #681FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681FFD is #97E002. Grayscale: #4D4D4D. Windows color (decimal): -9953283 or 16588648. OLE color: 16588648.

HSL color Cylindrical-coordinate representation of color #681FFD: hue angle of 259.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681FFD is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 31 253 -
CMYK 0.59 0.88 0 0.01
HSL 259.73º 0.98% 0.56% -
HSV(B) 259.73º 0.88% 0.99% -
XYZ 23.93 11.01 93.79 -
YUV 78.14 226.68 146.45 -
System Red Green Blue C M Y K H S L
Decimal 104 31 253 0.59 0.88 0 0.01 259.73 0.98 0.56
Hex 68 1F FD 3B 58 0 1 104 62 38
Octal 150 37 375 73 130 0 1 404 142 70
Binary 1101000 11111 11111101 111011 1011000 0 1 100000100 1100010 111000

Color Harmonies of #681FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FFD

Black with #681FFD

Text Example


Text Example

White with #681FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,253); }

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

background-color css

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

 a { background-color: rgb(104,31,253); }

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

border-color css

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

 span { border-color: rgb(104,31,253); }

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