Html Css Color HEX #681ED5 Purple Heart

📋 copy color: '#681ED5'

red 104 ◦ green 30 ◦ blue 213

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

Shades of Purple Heart #681ED5

Tints of Purple Heart #681ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

 BLUE value IS 213 (83.59% from 255) = 61.38%

R = 29.97%
G = 8.65%
B = 61.38%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#681ED5 (or 0x681ED5) is known color: Purple Heart. HEX triplet: 68, 1E and D5. RGB value is (104,30,213). Sum of RGB (Red+Green+Blue) = 104+30+213=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #681ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ED5 is #97E12A. Grayscale: #484848. Windows color (decimal): -9953579 or 13966952. OLE color: 13966952.

HSL color Cylindrical-coordinate representation of color #681ED5: hue angle of 264.26º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681ED5 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 30 213 -
CMYK 0.51 0.86 0 0.16
HSL 264.26º 0.75% 0.48% -
HSV(B) 264.26º 0.86% 0.84% -
XYZ 18.18 8.68 63.67 -
YUV 72.99 207.02 150.12 -
System Red Green Blue C M Y K H S L
Decimal 104 30 213 0.51 0.86 0 0.16 264.26 0.75 0.48
Hex 68 1E D5 33 56 0 10 108 4B 30
Octal 150 36 325 63 126 0 20 410 113 60
Binary 1101000 11110 11010101 110011 1010110 0 10000 100001000 1001011 110000

Color Harmonies of #681ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ED5

Black with #681ED5

Text Example


Text Example

White with #681ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,213); }

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

background-color css

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

 a { background-color: rgb(104,30,213); }

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

border-color css

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

 span { border-color: rgb(104,30,213); }

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