#680FBF

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

Shades of Purple Heart #680FBF

Tints of Purple Heart #680FBF

Color information

#680FBF (or 0x680FBF) is unknown color: approx Purple Heart. HEX triplet: 68, 0F and BF. RGB value is (104,15,191). Sum of RGB (Red+Green+Blue) = 104+15+191=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #680FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FBF is #97F040. Grayscale: #3D3D3D. Windows color (decimal): -9957441 or 12521320. OLE color: 12521320.

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

Color convert

RGB10415191-
CMYK0.460.9200.25
HSL270.34º85.44%40.39%-
HSV(B)270.34º92.15%74.9%-
XYZ15.287.0549.84-
YUV61.68200.99158.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 191 (75% from 255) = 61.61%
R=33.55%
G=4.84%
B=61.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104151910.460.9200.25270.3485.4440.39
Hex68FBF2E5C01910e5528
Octal150172775613403141612550
Binary110100011111011111110111010111000110011000011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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