#682DB4

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

Shades of Purple Heart #682DB4

Tints of Purple Heart #682DB4

Color information

#682DB4 (or 0x682DB4) is unknown color: approx Purple Heart. HEX triplet: 68, 2D and B4. RGB value is (104,45,180). Sum of RGB (Red+Green+Blue) = 104+45+180=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #682DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DB4 is #97D24B. Grayscale: #4D4D4D. Windows color (decimal): -9949772 or 11808104. OLE color: 11808104.

HSL color Cylindrical-coordinate representation of color #682DB4: hue angle of 266.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682DB4 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10445180-
CMYK0.420.7500.29
HSL266.22º60%44.12%-
HSV(B)266.22º75%70.59%-
XYZ14.898.1243.96-
YUV78.03185.55146.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=31.61%
G=13.68%
B=54.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104451800.420.7500.29266.226044.12
Hex682DB42A4B01D10a3c2c
Octal15055264521130354127454
Binary1101000101101101101001010101001011011101100001010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,45,180); }

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

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

 a { background-color: rgb(104,45,180); }

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

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

 span { border-color: rgb(104,45,180); }

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