Html Css Color HEX #681AD7 Purple Heart

📋 copy color: '#681AD7'

red 104 ◦ green 26 ◦ blue 215

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

Shades of Purple Heart #681AD7

Tints of Purple Heart #681AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 30.14%
G = 7.54%
B = 62.32%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#681AD7 (or 0x681AD7) is known color: Purple Heart. HEX triplet: 68, 1A and D7. RGB value is (104,26,215). Sum of RGB (Red+Green+Blue) = 104+26+215=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #681AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AD7 is #97E528. Grayscale: #464646. Windows color (decimal): -9954601 or 14097000. OLE color: 14097000.

HSL color Cylindrical-coordinate representation of color #681AD7: hue angle of 264.76º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681AD7 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 26 215 -
CMYK 0.52 0.88 0 0.16
HSL 264.76º 0.78% 0.47% -
HSV(B) 264.76º 0.88% 0.84% -
XYZ 18.34 8.59 64.98 -
YUV 70.87 209.34 151.63 -
System Red Green Blue C M Y K H S L
Decimal 104 26 215 0.52 0.88 0 0.16 264.76 0.78 0.47
Hex 68 1A D7 34 58 0 10 109 4E 2F
Octal 150 32 327 64 130 0 20 411 116 57
Binary 1101000 11010 11010111 110100 1011000 0 10000 100001001 1001110 101111

Color Harmonies of #681AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AD7

Black with #681AD7

Text Example


Text Example

White with #681AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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