Html Css Color HEX #681FED Han Purple

📋 copy color: '#681FED'

red 104 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #681FED

Tints of Han Purple #681FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 27.96%
G = 8.33%
B = 63.71%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#681FED (or 0x681FED) is known color: Han Purple. HEX triplet: 68, 1F and ED. RGB value is (104,31,237). Sum of RGB (Red+Green+Blue) = 104+31+237=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #681FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681FED is #97E012. Grayscale: #4B4B4B. Windows color (decimal): -9953299 or 15540072. OLE color: 15540072.

HSL color Cylindrical-coordinate representation of color #681FED: hue angle of 261.26º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681FED is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 31 237 -
CMYK 0.56 0.87 0 0.07
HSL 261.26º 0.85% 0.53% -
HSV(B) 261.26º 0.87% 0.93% -
XYZ 21.48 10.04 80.93 -
YUV 76.31 218.68 147.75 -
System Red Green Blue C M Y K H S L
Decimal 104 31 237 0.56 0.87 0 0.07 261.26 0.85 0.53
Hex 68 1F ED 38 57 0 7 105 55 35
Octal 150 37 355 70 127 0 7 405 125 65
Binary 1101000 11111 11101101 111000 1010111 0 111 100000101 1010101 110101

Color Harmonies of #681FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FED

Black with #681FED

Text Example


Text Example

White with #681FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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