#682EB7

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

Shades of Purple Heart #682EB7

Tints of Purple Heart #682EB7

Color information

#682EB7 (or 0x682EB7) is unknown color: approx Purple Heart. HEX triplet: 68, 2E and B7. RGB value is (104,46,183). Sum of RGB (Red+Green+Blue) = 104+46+183=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #682EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EB7 is #97D148. Grayscale: #4E4E4E. Windows color (decimal): -9949513 or 12004968. OLE color: 12004968.

HSL color Cylindrical-coordinate representation of color #682EB7: hue angle of 265.4º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682EB7 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10446183-
CMYK0.430.7500.28
HSL265.4º59.83%44.9%-
HSV(B)265.4º74.86%71.76%-
XYZ15.238.3245.6-
YUV78.96186.72145.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 183 (71.88% from 255) = 54.95%
R=31.23%
G=13.81%
B=54.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104461830.430.7500.28265.459.8344.9
Hex682EB72B4B01C1093c2d
Octal15056267531130344117455
Binary1101000101110101101111010111001011011100100001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,46,183); }

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

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

 a { background-color: rgb(104,46,183); }

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

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

 span { border-color: rgb(104,46,183); }

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