#680ABF

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

Shades of Purple Heart #680ABF

Tints of Purple Heart #680ABF

Color information

#680ABF (or 0x680ABF) is unknown color: approx Purple Heart. HEX triplet: 68, 0A and BF. RGB value is (104,10,191). Sum of RGB (Red+Green+Blue) = 104+10+191=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #680ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ABF is #97F540. Grayscale: #3A3A3A. Windows color (decimal): -9958721 or 12520040. OLE color: 12520040.

HSL color Cylindrical-coordinate representation of color #680ABF: hue angle of 271.16º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ABF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10410191-
CMYK0.460.9500.25
HSL271.16º90.05%39.41%-
HSV(B)271.16º94.76%74.9%-
XYZ15.226.9249.82-
YUV58.74202.64160.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 191 (75% from 255) = 62.62%
R=34.10%
G=3.28%
B=62.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104101910.460.9500.25271.1690.0539.41
Hex68ABF2E5F01910f5a27
Octal150122775613703141713247
Binary110100010101011111110111010111110110011000011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,191); }

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

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

 a { background-color: rgb(104,10,191); }

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

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

 span { border-color: rgb(104,10,191); }

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