#681AD0

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

Shades of Purple Heart #681AD0

Tints of Purple Heart #681AD0

Color information

#681AD0 (or 0x681AD0) is unknown color: approx Purple Heart. HEX triplet: 68, 1A and D0. RGB value is (104,26,208). Sum of RGB (Red+Green+Blue) = 104+26+208=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #681AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AD0 is #97E52F. Grayscale: #454545. Windows color (decimal): -9954608 or 13638248. OLE color: 13638248.

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

Color convert

RGB10426208-
CMYK0.50.8800.18
HSL265.71º77.78%45.88%-
HSV(B)265.71º87.5%81.57%-
XYZ17.468.2460.34-
YUV70.07205.84152.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=30.77%
G=7.69%
B=61.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104262080.50.8800.18265.7177.7845.88
Hex681AD0325801210a4e2e
Octal150323206213002241211656
Binary1101000110101101000011001010110000100101000010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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