#680ab5

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

Shades of Purple Heart #680AB5

Tints of Purple Heart #680AB5

Color information

#680AB5 (or 0x680AB5) is unknown color: approx Purple Heart. HEX triplet: 68, 0A and B5. RGB value is (104,10,181). Sum of RGB (Red+Green+Blue) = 104+10+181=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #680AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AB5 is #97F54A. Grayscale: #393939. Windows color (decimal): -9958731 or 11864680. OLE color: 11864680.

HSL color Cylindrical-coordinate representation of color #680AB5: hue angle of 272.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AB5 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10410181-
CMYK0.430.9400.29
HSL272.98º89.53%37.45%-
HSV(B)272.98º94.48%70.98%-
XYZ14.166.544.22-
YUV57.6197.64161.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 181 (71.09% from 255) = 61.36%
R=35.25%
G=3.39%
B=61.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104101810.430.9400.29272.9889.5337.45
Hex68AB52B5E01D1115a25
Octal150122655313603542113245
Binary110100010101011010110101110111100111011000100011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,181); }

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

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

 a { background-color: rgb(104,10,181); }

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

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

 span { border-color: rgb(104,10,181); }

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