#680eb8

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

Shades of Purple Heart #680EB8

Tints of Purple Heart #680EB8

Color information

#680EB8 (or 0x680EB8) is unknown color: approx Purple Heart. HEX triplet: 68, 0E and B8. RGB value is (104,14,184). Sum of RGB (Red+Green+Blue) = 104+14+184=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 184 (72.27% from 255 or 60.93% from 302); Max value from RGB is 184 - color contains mainly: blue. Hex color #680EB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EB8 is #97F147. Grayscale: #3B3B3B. Windows color (decimal): -9957704 or 12062312. OLE color: 12062312.

HSL color Cylindrical-coordinate representation of color #680EB8: hue angle of 271.76º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680EB8 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10414184-
CMYK0.430.9200.28
HSL271.76º85.86%38.82%-
HSV(B)271.76º92.39%72.16%-
XYZ14.526.7245.88-
YUV60.29197.82159.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 184 (72.27% from 255) = 60.93%
R=34.44%
G=4.64%
B=60.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104141840.430.9200.28271.7685.8638.82
Hex68EB82B5C01C1105627
Octal150162705313403442012647
Binary110100011101011100010101110111000111001000100001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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