#6840bb

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

Shades of Purple Heart #6840BB

Tints of Purple Heart #6840BB

Color information

#6840BB (or 0x6840BB) is unknown color: approx Purple Heart. HEX triplet: 68, 40 and BB. RGB value is (104,64,187). Sum of RGB (Red+Green+Blue) = 104+64+187=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #6840BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840BB is #97BF44. Grayscale: #595959. Windows color (decimal): -9944901 or 12271720. OLE color: 12271720.

HSL color Cylindrical-coordinate representation of color #6840BB: hue angle of 259.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6840BB is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10464187-
CMYK0.440.6600.27
HSL259.51º49%49.22%-
HSV(B)259.51º65.78%73.33%-
XYZ16.5110.248.11-
YUV89.98182.75138-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=29.30%
G=18.03%
B=52.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104641870.440.6600.27259.514949.22
Hex6840BB2C4201B1043131
Octal150100273541020334046161
Binary11010001000000101110111011001000010011011100000100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6840bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6840bb; }

 p { color: rgb(104,64,187); }

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

<style>
 a { background-color: #6840bb; }

 a { background-color: rgb(104,64,187); }

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

<style>
 span { border-color: #6840bb; }

 span { border-color: rgb(104,64,187); }

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