Html Css Color HEX #681CDD Purple Heart

📋 copy color: '#681CDD'

red 104 ◦ green 28 ◦ blue 221

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

Shades of Purple Heart #681CDD

Tints of Purple Heart #681CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

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

R = 29.46%
G = 7.93%
B = 62.61%

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

#681CDD (or 0x681CDD) is known color: Purple Heart. HEX triplet: 68, 1C and DD. RGB value is (104,28,221). Sum of RGB (Red+Green+Blue) = 104+28+221=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #681CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CDD is #97E322. Grayscale: #484848. Windows color (decimal): -9954083 or 14490728. OLE color: 14490728.

HSL color Cylindrical-coordinate representation of color #681CDD: hue angle of 263.63º degrees, saturation: 0.78, 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 #681CDD is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 28 221 -
CMYK 0.53 0.87 0 0.13
HSL 263.63º 0.78% 0.49% -
HSV(B) 263.63º 0.87% 0.87% -
XYZ 19.18 8.99 69.13 -
YUV 72.73 211.68 150.31 -
System Red Green Blue C M Y K H S L
Decimal 104 28 221 0.53 0.87 0 0.13 263.63 0.78 0.49
Hex 68 1C DD 35 57 0 D 108 4E 31
Octal 150 34 335 65 127 0 15 410 116 61
Binary 1101000 11100 11011101 110101 1010111 0 1101 100001000 1001110 110001

Color Harmonies of #681CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CDD

Black with #681CDD

Text Example


Text Example

White with #681CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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