#680DAA

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

Shades of Purple Heart #680DAA

Tints of Purple Heart #680DAA

Color information

#680DAA (or 0x680DAA) is unknown color: approx Purple Heart. HEX triplet: 68, 0D and AA. RGB value is (104,13,170). Sum of RGB (Red+Green+Blue) = 104+13+170=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #680DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DAA is #97F255. Grayscale: #393939. Windows color (decimal): -9957974 or 11144552. OLE color: 11144552.

HSL color Cylindrical-coordinate representation of color #680DAA: hue angle of 274.78º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680DAA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10413170-
CMYK0.390.9200.33
HSL274.78º85.79%35.88%-
HSV(B)274.78º92.35%66.67%-
XYZ13.116.1338.52-
YUV58.11191.15160.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 13 (5.47% from 255) = 4.53%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=36.24%
G=4.53%
B=59.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104131700.390.9200.33274.7885.7935.88
Hex68DAA275C0211135624
Octal150152524713404142312644
Binary1101000110110101010100111101110001000011000100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,170); }

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

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

 a { background-color: rgb(104,13,170); }

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

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

 span { border-color: rgb(104,13,170); }

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