#680BB0

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

Shades of Purple Heart #680BB0

Tints of Purple Heart #680BB0

Color information

#680BB0 (or 0x680BB0) is unknown color: approx Purple Heart. HEX triplet: 68, 0B and B0. RGB value is (104,11,176). Sum of RGB (Red+Green+Blue) = 104+11+176=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #680BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680BB0 is #97F44F. Grayscale: #393939. Windows color (decimal): -9958480 or 11537256. OLE color: 11537256.

HSL color Cylindrical-coordinate representation of color #680BB0: hue angle of 273.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BB0 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10411176-
CMYK0.410.9400.31
HSL273.82º88.24%36.67%-
HSV(B)273.82º93.75%69.02%-
XYZ13.676.3241.57-
YUV57.62194.81161.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 176 (69.14% from 255) = 60.48%
R=35.74%
G=3.78%
B=60.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104111760.410.9400.31273.8288.2436.67
Hex68BB0295E01F1125825
Octal150132605113603742213045
Binary110100010111011000010100110111100111111000100101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,11,176); }

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

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

 a { background-color: rgb(104,11,176); }

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

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

 span { border-color: rgb(104,11,176); }

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