#680EAB

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

Shades of Purple Heart #680EAB

Tints of Purple Heart #680EAB

Color information

#680EAB (or 0x680EAB) is unknown color: approx Purple Heart. HEX triplet: 68, 0E and AB. RGB value is (104,14,171). Sum of RGB (Red+Green+Blue) = 104+14+171=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #680EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680EAB is #97F154. Grayscale: #3A3A3A. Windows color (decimal): -9957717 or 11210344. OLE color: 11210344.

HSL color Cylindrical-coordinate representation of color #680EAB: hue angle of 274.39º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680EAB is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10414171-
CMYK0.390.9200.33
HSL274.39º84.86%36.27%-
HSV(B)274.39º91.81%67.06%-
XYZ13.226.239.03-
YUV58.81191.32160.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=35.99%
G=4.84%
B=59.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104141710.390.9200.33274.3984.8636.27
Hex68EAB275C0211125524
Octal150162534713404142212544
Binary1101000111010101011100111101110001000011000100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680EAB; }

 p { color: rgb(104,14,171); }

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

<style>
 a { background-color: #680EAB; }

 a { background-color: rgb(104,14,171); }

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

<style>
 span { border-color: #680EAB; }

 span { border-color: rgb(104,14,171); }

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