#680FBB

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

Shades of Purple Heart #680FBB

Tints of Purple Heart #680FBB

Color information

#680FBB (or 0x680FBB) is unknown color: approx Purple Heart. HEX triplet: 68, 0F and BB. RGB value is (104,15,187). Sum of RGB (Red+Green+Blue) = 104+15+187=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #680FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FBB is #97F044. Grayscale: #3C3C3C. Windows color (decimal): -9957445 or 12259176. OLE color: 12259176.

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

Color convert

RGB10415187-
CMYK0.440.9200.27
HSL271.05º85.15%39.61%-
HSV(B)271.05º91.98%73.33%-
XYZ14.856.8747.56-
YUV61.22198.99158.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=33.99%
G=4.90%
B=61.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104151870.440.9200.27271.0585.1539.61
Hex68FBB2C5C01B10f5528
Octal150172735413403341712550
Binary110100011111011101110110010111000110111000011111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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