#682ABE

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

Shades of Purple Heart #682ABE

Tints of Purple Heart #682ABE

Color information

#682ABE (or 0x682ABE) is unknown color: approx Purple Heart. HEX triplet: 68, 2A and BE. RGB value is (104,42,190). Sum of RGB (Red+Green+Blue) = 104+42+190=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #682ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ABE is #97D541. Grayscale: #4C4C4C. Windows color (decimal): -9950530 or 12462696. OLE color: 12462696.

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

Color convert

RGB10442190-
CMYK0.450.7800.25
HSL265.14º63.79%45.49%-
HSV(B)265.14º77.89%74.51%-
XYZ15.838.3249.49-
YUV77.41191.54146.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=30.95%
G=12.5%
B=56.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104421900.450.7800.25265.1463.7945.49
Hex682ABE2D4E019109402d
Octal150522765511603141110055
Binary11010001010101011111010110110011100110011000010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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