#6642BA

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

Shades of Purple Heart #6642BA

Tints of Purple Heart #6642BA

Color information

#6642BA (or 0x6642BA) is unknown color: approx Purple Heart. HEX triplet: 66, 42 and BA. RGB value is (102,66,186). Sum of RGB (Red+Green+Blue) = 102+66+186=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #6642BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642BA is #99BD45. Grayscale: #5A5A5A. Windows color (decimal): -10075462 or 12206694. OLE color: 12206694.

HSL color Cylindrical-coordinate representation of color #6642BA: hue angle of 258º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6642BA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10266186-
CMYK0.450.6500.27
HSL258º47.62%49.41%-
HSV(B)258º64.52%72.94%-
XYZ16.2910.2747.58-
YUV90.44181.93136.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=28.81%
G=18.64%
B=52.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102661860.450.6500.2725847.6249.41
Hex6642BA2D4101B1023031
Octal146102272551010334026061
Binary11001101000010101110101011011000001011011100000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6642BA; }

 p { color: rgb(102,66,186); }

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

<style>
 a { background-color: #6642BA; }

 a { background-color: rgb(102,66,186); }

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

<style>
 span { border-color: #6642BA; }

 span { border-color: rgb(102,66,186); }

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