#682DE2

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

Shades of Purple Heart #682DE2

Tints of Purple Heart #682DE2

Color information

#682DE2 (or 0x682DE2) is unknown color: approx Purple Heart. HEX triplet: 68, 2D and E2. RGB value is (104,45,226). Sum of RGB (Red+Green+Blue) = 104+45+226=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 226 (88.67% from 255 or 60.27% from 375); Max value from RGB is 226 - color contains mainly: blue. Hex color #682DE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DE2 is #97D21D. Grayscale: #525252. Windows color (decimal): -9949726 or 14822760. OLE color: 14822760.

HSL color Cylindrical-coordinate representation of color #682DE2: hue angle of 259.56º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682DE2 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10445226-
CMYK0.540.8000.11
HSL259.56º75.73%53.14%-
HSV(B)259.56º80.09%88.63%-
XYZ20.3710.3172.87-
YUV83.28208.55142.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 45 (17.97% from 255) = 12%
BLUE value IS 226 (88.67% from 255) = 60.27%
R=27.73%
G=12%
B=60.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal104452260.540.8000.11259.5675.7353.14
Hex682DE236500B1044c35
Octal150553426612001340411465
Binary1101000101101111000101101101010000010111000001001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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