#682AC2

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

Shades of Purple Heart #682AC2

Tints of Purple Heart #682AC2

Color information

#682AC2 (or 0x682AC2) is unknown color: approx Purple Heart. HEX triplet: 68, 2A and C2. RGB value is (104,42,194). Sum of RGB (Red+Green+Blue) = 104+42+194=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #682AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682AC2 is #97D53D. Grayscale: #4D4D4D. Windows color (decimal): -9950526 or 12724840. OLE color: 12724840.

HSL color Cylindrical-coordinate representation of color #682AC2: hue angle of 264.47º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682AC2 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10442194-
CMYK0.460.7800.24
HSL264.47º64.41%46.27%-
HSV(B)264.47º78.35%76.08%-
XYZ16.278.4951.82-
YUV77.87193.54146.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 194 (76.17% from 255) = 57.06%
R=30.59%
G=12.35%
B=57.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104421940.460.7800.24264.4764.4146.27
Hex682AC22E4E018108402e
Octal150523025611603041010056
Binary11010001010101100001010111010011100110001000010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682AC2; }

 p { color: rgb(104,42,194); }

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

<style>
 a { background-color: #682AC2; }

 a { background-color: rgb(104,42,194); }

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

<style>
 span { border-color: #682AC2; }

 span { border-color: rgb(104,42,194); }

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