#680FB9

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

Shades of Purple Heart #680FB9

Tints of Purple Heart #680FB9

Color information

#680FB9 (or 0x680FB9) is unknown color: approx Purple Heart. HEX triplet: 68, 0F and B9. RGB value is (104,15,185). Sum of RGB (Red+Green+Blue) = 104+15+185=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #680FB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FB9 is #97F046. Grayscale: #3C3C3C. Windows color (decimal): -9957447 or 12128104. OLE color: 12128104.

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

Color convert

RGB10415185-
CMYK0.440.9200.27
HSL271.41º85%39.22%-
HSV(B)271.41º91.89%72.55%-
XYZ14.646.7946.44-
YUV60.99197.99158.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 185 (72.66% from 255) = 60.86%
R=34.21%
G=4.93%
B=60.86%

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
Decimal104151850.440.9200.27271.418539.22
Hex68FB92C5C01B10f5527
Octal150172715413403341712547
Binary110100011111011100110110010111000110111000011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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