#680FB3

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

Shades of Purple Heart #680FB3

Tints of Purple Heart #680FB3

Color information

#680FB3 (or 0x680FB3) is unknown color: approx Purple Heart. HEX triplet: 68, 0F and B3. RGB value is (104,15,179). Sum of RGB (Red+Green+Blue) = 104+15+179=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #680FB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FB3 is #97F04C. Grayscale: #3B3B3B. Windows color (decimal): -9957453 or 11734888. OLE color: 11734888.

HSL color Cylindrical-coordinate representation of color #680FB3: hue angle of 272.56º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680FB3 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10415179-
CMYK0.420.9200.30
HSL272.56º84.54%38.04%-
HSV(B)272.56º91.62%70.2%-
XYZ14.026.5443.17-
YUV60.31194.99159.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 179 (70.31% from 255) = 60.07%
R=34.90%
G=5.03%
B=60.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104151790.420.9200.30272.5684.5438.04
Hex68FB32A5C01E1115526
Octal150172635213403642112546
Binary110100011111011001110101010111000111101000100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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