#6615BA

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

Shades of Purple Heart #6615BA

Tints of Purple Heart #6615BA

Color information

#6615BA (or 0x6615BA) is unknown color: approx Purple Heart. HEX triplet: 66, 15 and BA. RGB value is (102,21,186). Sum of RGB (Red+Green+Blue) = 102+21+186=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6615BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6615BA is #99EA45. Grayscale: #3F3F3F. Windows color (decimal): -10086982 or 12195174. OLE color: 12195174.

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

Color convert

RGB10221186-
CMYK0.450.8900.27
HSL269.45º79.71%40.59%-
HSV(B)269.45º88.71%72.94%-
XYZ14.616.9147.02-
YUV64.03196.84155.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=33.01%
G=6.80%
B=60.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102211860.450.8900.27269.4579.7140.59
Hex6615BA2D5901B10d5029
Octal146252725513103341512051
Binary1100110101011011101010110110110010110111000011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6615BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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