Html Css Color HEX #681AD9 Purple Heart

📋 copy color: '#681AD9'

red 104 ◦ green 26 ◦ blue 217

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

Shades of Purple Heart #681AD9

Tints of Purple Heart #681AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 62.54%

R = 29.97%
G = 7.49%
B = 62.54%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#681AD9 (or 0x681AD9) is known color: Purple Heart. HEX triplet: 68, 1A and D9. RGB value is (104,26,217). Sum of RGB (Red+Green+Blue) = 104+26+217=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 217 (85.16% from 255 or 62.54% from 347); Max value from RGB is 217 - color contains mainly: blue. Hex color #681AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AD9 is #97E526. Grayscale: #464646. Windows color (decimal): -9954599 or 14228072. OLE color: 14228072.

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

Color convert

RGB 104 26 217 -
CMYK 0.52 0.88 0 0.15
HSL 264.5º 0.79% 0.48% -
HSV(B) 264.5º 0.88% 0.85% -
XYZ 18.6 8.69 66.34 -
YUV 71.1 210.34 151.47 -
System Red Green Blue C M Y K H S L
Decimal 104 26 217 0.52 0.88 0 0.15 264.5 0.79 0.48
Hex 68 1A D9 34 58 0 F 109 4F 30
Octal 150 32 331 64 130 0 17 411 117 60
Binary 1101000 11010 11011001 110100 1011000 0 1111 100001001 1001111 110000

Color Harmonies of #681AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AD9

Black with #681AD9

Text Example


Text Example

White with #681AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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