Html Css Color HEX #681EDD Purple Heart

📋 copy color: '#681EDD'

red 104 ◦ green 30 ◦ blue 221

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

Shades of Purple Heart #681EDD

Tints of Purple Heart #681EDD

RGB

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

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

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

R = 29.3%
G = 8.45%
B = 62.25%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#681EDD (or 0x681EDD) is known color: Purple Heart. HEX triplet: 68, 1E and DD. RGB value is (104,30,221). Sum of RGB (Red+Green+Blue) = 104+30+221=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #681EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EDD is #97E122. Grayscale: #494949. Windows color (decimal): -9953571 or 14491240. OLE color: 14491240.

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

Color convert

RGB 104 30 221 -
CMYK 0.53 0.86 0 0.13
HSL 263.25º 0.76% 0.49% -
HSV(B) 263.25º 0.86% 0.87% -
XYZ 19.22 9.09 69.15 -
YUV 73.9 211.02 149.47 -
System Red Green Blue C M Y K H S L
Decimal 104 30 221 0.53 0.86 0 0.13 263.25 0.76 0.49
Hex 68 1E DD 35 56 0 D 107 4C 31
Octal 150 36 335 65 126 0 15 407 114 61
Binary 1101000 11110 11011101 110101 1010110 0 1101 100000111 1001100 110001

Color Harmonies of #681EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EDD

Black with #681EDD

Text Example


Text Example

White with #681EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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