#682EBE

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

Shades of Purple Heart #682EBE

Tints of Purple Heart #682EBE

Color information

#682EBE (or 0x682EBE) is unknown color: approx Purple Heart. HEX triplet: 68, 2E and BE. RGB value is (104,46,190). Sum of RGB (Red+Green+Blue) = 104+46+190=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #682EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EBE is #97D141. Grayscale: #4F4F4F. Windows color (decimal): -9949506 or 12463720. OLE color: 12463720.

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

Color convert

RGB10446190-
CMYK0.450.7600.25
HSL264.17º61.02%46.27%-
HSV(B)264.17º75.79%74.51%-
XYZ15.988.6149.54-
YUV79.76190.22145.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=30.59%
G=13.53%
B=55.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104461900.450.7600.25264.1761.0246.27
Hex682EBE2D4C0191083d2e
Octal15056276551140314107556
Binary1101000101110101111101011011001100011001100001000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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