Html Css Color HEX #681DDD Purple Heart

📋 copy color: '#681DDD'

red 104 ◦ green 29 ◦ blue 221

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

Shades of Purple Heart #681DDD

Tints of Purple Heart #681DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.19%

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 29.38%
G = 8.19%
B = 62.43%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#681DDD (or 0x681DDD) is known color: Purple Heart. HEX triplet: 68, 1D and DD. RGB value is (104,29,221). Sum of RGB (Red+Green+Blue) = 104+29+221=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #681DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DDD is #97E222. Grayscale: #484848. Windows color (decimal): -9953827 or 14490984. OLE color: 14490984.

HSL color Cylindrical-coordinate representation of color #681DDD: hue angle of 263.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681DDD is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 29 221 -
CMYK 0.53 0.87 0 0.13
HSL 263.44º 0.77% 0.49% -
HSV(B) 263.44º 0.87% 0.87% -
XYZ 19.2 9.04 69.14 -
YUV 73.31 211.35 149.89 -
System Red Green Blue C M Y K H S L
Decimal 104 29 221 0.53 0.87 0 0.13 263.44 0.77 0.49
Hex 68 1D DD 35 57 0 D 107 4D 31
Octal 150 35 335 65 127 0 15 407 115 61
Binary 1101000 11101 11011101 110101 1010111 0 1101 100000111 1001101 110001

Color Harmonies of #681DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DDD

Black with #681DDD

Text Example


Text Example

White with #681DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,221); }

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

background-color css

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

 a { background-color: rgb(104,29,221); }

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

border-color css

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

 span { border-color: rgb(104,29,221); }

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