#682ABF

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

Shades of Purple Heart #682ABF

Tints of Purple Heart #682ABF

Color information

#682ABF (or 0x682ABF) is unknown color: approx Purple Heart. HEX triplet: 68, 2A and BF. RGB value is (104,42,191). Sum of RGB (Red+Green+Blue) = 104+42+191=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #682ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ABF is #97D540. Grayscale: #4C4C4C. Windows color (decimal): -9950529 or 12528232. OLE color: 12528232.

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

Color convert

RGB10442191-
CMYK0.460.7800.25
HSL264.97º63.95%45.69%-
HSV(B)264.97º78.01%74.9%-
XYZ15.948.3650.06-
YUV77.52192.04146.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 191 (75% from 255) = 56.68%
R=30.86%
G=12.46%
B=56.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104421910.460.7800.25264.9763.9545.69
Hex682ABF2E4E019109402e
Octal150522775611603141110056
Binary11010001010101011111110111010011100110011000010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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