Html Css Color HEX #681AD6 Purple Heart

📋 copy color: '#681AD6'

red 104 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #681AD6

Tints of Purple Heart #681AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.21%

R = 30.23%
G = 7.56%
B = 62.21%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#681AD6 (or 0x681AD6) is known color: Purple Heart. HEX triplet: 68, 1A and D6. RGB value is (104,26,214). Sum of RGB (Red+Green+Blue) = 104+26+214=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #681AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AD6 is #97E529. Grayscale: #464646. Windows color (decimal): -9954602 or 14031464. OLE color: 14031464.

HSL color Cylindrical-coordinate representation of color #681AD6: hue angle of 264.89º 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 #681AD6 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 26 214 -
CMYK 0.51 0.88 0 0.16
HSL 264.89º 0.78% 0.47% -
HSV(B) 264.89º 0.88% 0.84% -
XYZ 18.22 8.54 64.31 -
YUV 70.75 208.84 151.71 -
System Red Green Blue C M Y K H S L
Decimal 104 26 214 0.51 0.88 0 0.16 264.89 0.78 0.47
Hex 68 1A D6 33 58 0 10 109 4E 2F
Octal 150 32 326 63 130 0 20 411 116 57
Binary 1101000 11010 11010110 110011 1011000 0 10000 100001001 1001110 101111

Color Harmonies of #681AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AD6

Black with #681AD6

Text Example


Text Example

White with #681AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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