#681cd1

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

Shades of Purple Heart #681CD1

Tints of Purple Heart #681CD1

Color information

#681CD1 (or 0x681CD1) is unknown color: approx Purple Heart. HEX triplet: 68, 1C and D1. RGB value is (104,28,209). Sum of RGB (Red+Green+Blue) = 104+28+209=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #681CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CD1 is #97E32E. Grayscale: #464646. Windows color (decimal): -9954095 or 13704296. OLE color: 13704296.

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

Color convert

RGB10428209-
CMYK0.500.8700.18
HSL265.19º76.37%46.47%-
HSV(B)265.19º86.6%81.96%-
XYZ17.638.3861.01-
YUV71.36205.68151.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=30.50%
G=8.21%
B=61.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104282090.500.8700.18265.1976.3746.47
Hex681CD132570121094c2e
Octal150343216212702241111456
Binary1101000111001101000111001010101110100101000010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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