Html Css Color HEX #681DDC Purple Heart

📋 copy color: '#681DDC'

red 104 ◦ green 29 ◦ blue 220

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

Shades of Purple Heart #681DDC

Tints of Purple Heart #681DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 29.46%
G = 8.22%
B = 62.32%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681DDC (or 0x681DDC) is known color: Purple Heart. HEX triplet: 68, 1D and DC. RGB value is (104,29,220). Sum of RGB (Red+Green+Blue) = 104+29+220=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #681DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DDC is #97E223. Grayscale: #484848. Windows color (decimal): -9953828 or 14425448. OLE color: 14425448.

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

Color convert

RGB 104 29 220 -
CMYK 0.53 0.87 0 0.14
HSL 263.56º 0.77% 0.49% -
HSV(B) 263.56º 0.87% 0.86% -
XYZ 19.07 8.99 68.44 -
YUV 73.2 210.85 149.97 -
System Red Green Blue C M Y K H S L
Decimal 104 29 220 0.53 0.87 0 0.14 263.56 0.77 0.49
Hex 68 1D DC 35 57 0 E 108 4D 31
Octal 150 35 334 65 127 0 16 410 115 61
Binary 1101000 11101 11011100 110101 1010111 0 1110 100001000 1001101 110001

Color Harmonies of #681DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DDC

Black with #681DDC

Text Example


Text Example

White with #681DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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