Html Css Color HEX #681ADB Purple Heart

📋 copy color: '#681ADB'

red 104 ◦ green 26 ◦ blue 219

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

Shades of Purple Heart #681ADB

Tints of Purple Heart #681ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.45%

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

R = 29.8%
G = 7.45%
B = 62.75%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681ADB (or 0x681ADB) is known color: Purple Heart. HEX triplet: 68, 1A and DB. RGB value is (104,26,219). Sum of RGB (Red+Green+Blue) = 104+26+219=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #681ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ADB is #97E524. Grayscale: #464646. Windows color (decimal): -9954597 or 14359144. OLE color: 14359144.

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

Color convert

RGB 104 26 219 -
CMYK 0.53 0.88 0 0.14
HSL 264.25º 0.79% 0.48% -
HSV(B) 264.25º 0.88% 0.86% -
XYZ 18.86 8.8 67.72 -
YUV 71.32 211.34 151.31 -
System Red Green Blue C M Y K H S L
Decimal 104 26 219 0.53 0.88 0 0.14 264.25 0.79 0.48
Hex 68 1A DB 35 58 0 E 108 4F 30
Octal 150 32 333 65 130 0 16 410 117 60
Binary 1101000 11010 11011011 110101 1011000 0 1110 100001000 1001111 110000

Color Harmonies of #681ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ADB

Black with #681ADB

Text Example


Text Example

White with #681ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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