#680CBF

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

Shades of Purple Heart #680CBF

Tints of Purple Heart #680CBF

Color information

#680CBF (or 0x680CBF) is unknown color: approx Purple Heart. HEX triplet: 68, 0C and BF. RGB value is (104,12,191). Sum of RGB (Red+Green+Blue) = 104+12+191=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #680CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CBF is #97F340. Grayscale: #3B3B3B. Windows color (decimal): -9958209 or 12520552. OLE color: 12520552.

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

Color convert

RGB10412191-
CMYK0.460.9400.25
HSL270.84º88.18%39.8%-
HSV(B)270.84º93.72%74.9%-
XYZ15.246.9749.83-
YUV59.91201.98159.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 191 (75% from 255) = 62.21%
R=33.88%
G=3.91%
B=62.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104121910.460.9400.25270.8488.1839.8
Hex68CBF2E5E01910f5828
Octal150142775613603141713050
Binary110100011001011111110111010111100110011000011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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