#681DB0

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

Shades of Purple Heart #681DB0

Tints of Purple Heart #681DB0

Color information

#681DB0 (or 0x681DB0) is unknown color: approx Purple Heart. HEX triplet: 68, 1D and B0. RGB value is (104,29,176). Sum of RGB (Red+Green+Blue) = 104+29+176=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #681DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681DB0 is #97E24F. Grayscale: #434343. Windows color (decimal): -9953872 or 11541864. OLE color: 11541864.

HSL color Cylindrical-coordinate representation of color #681DB0: hue angle of 270.61º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681DB0 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10429176-
CMYK0.410.8400.31
HSL270.61º71.71%40.2%-
HSV(B)270.61º83.52%69.02%-
XYZ13.986.9641.68-
YUV68.18188.85153.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=33.66%
G=9.39%
B=56.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104291760.410.8400.31270.6171.7140.2
Hex681DB0295401F10f4828
Octal150352605112403741711050
Binary1101000111011011000010100110101000111111000011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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