#680FC8

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

Shades of Purple Heart #680FC8

Tints of Purple Heart #680FC8

Color information

#680FC8 (or 0x680FC8) is unknown color: approx Purple Heart. HEX triplet: 68, 0F and C8. RGB value is (104,15,200). Sum of RGB (Red+Green+Blue) = 104+15+200=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 200 (78.52% from 255 or 62.70% from 319); Max value from RGB is 200 - color contains mainly: blue. Hex color #680FC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FC8 is #97F037. Grayscale: #3E3E3E. Windows color (decimal): -9957432 or 13111144. OLE color: 13111144.

HSL color Cylindrical-coordinate representation of color #680FC8: hue angle of 268.86º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FC8 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10415200-
CMYK0.480.9200.22
HSL268.86º86.05%42.16%-
HSV(B)268.86º92.5%78.43%-
XYZ16.317.4555.22-
YUV62.7205.49157.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 200 (78.52% from 255) = 62.70%
R=32.60%
G=4.70%
B=62.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104152000.480.9200.22268.8686.0542.16
Hex68FC8305C01610d562a
Octal150173106013402641512652
Binary110100011111100100011000010111000101101000011011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,15,200); }

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

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

 a { background-color: rgb(104,15,200); }

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

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

 span { border-color: rgb(104,15,200); }

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