Html Css Color HEX #681EDB Purple Heart

📋 copy color: '#681EDB'

red 104 ◦ green 30 ◦ blue 219

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

Shades of Purple Heart #681EDB

Tints of Purple Heart #681EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 29.46%
G = 8.5%
B = 62.04%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681EDB (or 0x681EDB) is known color: Purple Heart. HEX triplet: 68, 1E and DB. RGB value is (104,30,219). Sum of RGB (Red+Green+Blue) = 104+30+219=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #681EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EDB is #97E124. Grayscale: #484848. Windows color (decimal): -9953573 or 14360168. OLE color: 14360168.

HSL color Cylindrical-coordinate representation of color #681EDB: hue angle of 263.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681EDB is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 30 219 -
CMYK 0.53 0.86 0 0.14
HSL 263.49º 0.76% 0.49% -
HSV(B) 263.49º 0.86% 0.86% -
XYZ 18.96 8.99 67.75 -
YUV 73.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 104 30 219 0.53 0.86 0 0.14 263.49 0.76 0.49
Hex 68 1E DB 35 56 0 E 107 4C 31
Octal 150 36 333 65 126 0 16 407 114 61
Binary 1101000 11110 11011011 110101 1010110 0 1110 100000111 1001100 110001

Color Harmonies of #681EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EDB

Black with #681EDB

Text Example


Text Example

White with #681EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,219); }

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

background-color css

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

 a { background-color: rgb(104,30,219); }

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

border-color css

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

 span { border-color: rgb(104,30,219); }

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