#682dd3

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

Shades of Purple Heart #682DD3

Tints of Purple Heart #682DD3

Color information

#682DD3 (or 0x682DD3) is unknown color: approx Purple Heart. HEX triplet: 68, 2D and D3. RGB value is (104,45,211). Sum of RGB (Red+Green+Blue) = 104+45+211=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #682DD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DD3 is #97D22C. Grayscale: #505050. Windows color (decimal): -9949741 or 13839720. OLE color: 13839720.

HSL color Cylindrical-coordinate representation of color #682DD3: hue angle of 261.33º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682DD3 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10445211-
CMYK0.510.7900.17
HSL261.33º65.35%50.2%-
HSV(B)261.33º78.67%82.75%-
XYZ18.419.5262.5-
YUV81.56201.05144-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 211 (82.81% from 255) = 58.61%
R=28.89%
G=12.5%
B=58.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal104452110.510.7900.17261.3365.3550.2
Hex682DD3334F0111054132
Octal150553236311702140510162
Binary11010001011011101001111001110011110100011000001011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682dd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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