#681dd0

Color #681DD0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #681DD0

Tints of Purple Heart #681DD0

Color information

#681DD0 (or 0x681DD0) is unknown color: approx Purple Heart. HEX triplet: 68, 1D and D0. RGB value is (104,29,208). Sum of RGB (Red+Green+Blue) = 104+29+208=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #681DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DD0 is #97E22F. Grayscale: #474747. Windows color (decimal): -9953840 or 13639016. OLE color: 13639016.

HSL color Cylindrical-coordinate representation of color #681DD0: hue angle of 265.14º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681DD0 is Cyan = 0.5, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10429208-
CMYK0.50.8600.18
HSL265.14º75.53%46.47%-
HSV(B)265.14º86.06%81.57%-
XYZ17.538.3860.37-
YUV71.83204.85150.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=30.50%
G=8.50%
B=61.00%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104292080.50.8600.18265.1475.5346.47
Hex681DD032560121094c2e
Octal150353206212602241111456
Binary1101000111011101000011001010101100100101000010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #681dd0;
 }
 .AnyTagClassName
 {
   color: #681dd0;
 }
</style>
background-color css

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

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

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

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

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

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