#682BCE

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

Shades of Purple Heart #682BCE

Tints of Purple Heart #682BCE

Color information

#682BCE (or 0x682BCE) is unknown color: approx Purple Heart. HEX triplet: 68, 2B and CE. RGB value is (104,43,206). Sum of RGB (Red+Green+Blue) = 104+43+206=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #682BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BCE is #97D431. Grayscale: #4F4F4F. Windows color (decimal): -9950258 or 13511528. OLE color: 13511528.

HSL color Cylindrical-coordinate representation of color #682BCE: hue angle of 262.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682BCE is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10443206-
CMYK0.500.7900.19
HSL262.45º65.46%48.82%-
HSV(B)262.45º79.13%80.78%-
XYZ17.719.1359.22-
YUV79.82199.21145.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 206 (80.86% from 255) = 58.36%
R=29.46%
G=12.18%
B=58.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal104432060.500.7900.19262.4565.4648.82
Hex682BCE324F0131064131
Octal150533166211702340610161
Binary11010001010111100111011001010011110100111000001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,43,206); }

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

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

 a { background-color: rgb(104,43,206); }

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

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

 span { border-color: rgb(104,43,206); }

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