Html Css Color HEX #681CDB Purple Heart

📋 copy color: '#681CDB'

red 104 ◦ green 28 ◦ blue 219

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

Shades of Purple Heart #681CDB

Tints of Purple Heart #681CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 29.63%
G = 7.98%
B = 62.39%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681CDB (or 0x681CDB) is known color: Purple Heart. HEX triplet: 68, 1C and DB. RGB value is (104,28,219). Sum of RGB (Red+Green+Blue) = 104+28+219=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #681CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CDB is #97E324. Grayscale: #474747. Windows color (decimal): -9954085 or 14359656. OLE color: 14359656.

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

Color convert

RGB 104 28 219 -
CMYK 0.53 0.87 0 0.14
HSL 263.87º 0.77% 0.48% -
HSV(B) 263.87º 0.87% 0.86% -
XYZ 18.91 8.89 67.74 -
YUV 72.5 210.68 150.47 -
System Red Green Blue C M Y K H S L
Decimal 104 28 219 0.53 0.87 0 0.14 263.87 0.77 0.48
Hex 68 1C DB 35 57 0 E 108 4D 30
Octal 150 34 333 65 127 0 16 410 115 60
Binary 1101000 11100 11011011 110101 1010111 0 1110 100001000 1001101 110000

Color Harmonies of #681CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CDB

Black with #681CDB

Text Example


Text Example

White with #681CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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