#682EBD

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

Shades of Purple Heart #682EBD

Tints of Purple Heart #682EBD

Color information

#682EBD (or 0x682EBD) is unknown color: approx Purple Heart. HEX triplet: 68, 2E and BD. RGB value is (104,46,189). Sum of RGB (Red+Green+Blue) = 104+46+189=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #682EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EBD is #97D142. Grayscale: #4F4F4F. Windows color (decimal): -9949507 or 12398184. OLE color: 12398184.

HSL color Cylindrical-coordinate representation of color #682EBD: hue angle of 264.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682EBD is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10446189-
CMYK0.450.7600.26
HSL264.34º60.85%46.08%-
HSV(B)264.34º75.66%74.12%-
XYZ15.878.5748.96-
YUV79.64189.72145.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=30.68%
G=13.57%
B=55.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104461890.450.7600.26264.3460.8546.08
Hex682EBD2D4C01A1083d2e
Octal15056275551140324107556
Binary1101000101110101111011011011001100011010100001000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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