#6415BC

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

Shades of Purple Heart #6415BC

Tints of Purple Heart #6415BC

Color information

#6415BC (or 0x6415BC) is unknown color: approx Purple Heart. HEX triplet: 64, 15 and BC. RGB value is (100,21,188). Sum of RGB (Red+Green+Blue) = 100+21+188=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #6415BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415BC is #9BEA43. Grayscale: #3F3F3F. Windows color (decimal): -10218052 or 12326244. OLE color: 12326244.

HSL color Cylindrical-coordinate representation of color #6415BC: hue angle of 268.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6415BC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10021188-
CMYK0.470.8900.26
HSL268.38º79.9%40.98%-
HSV(B)268.38º88.83%73.73%-
XYZ14.66.8848.13-
YUV63.66198.17153.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=32.36%
G=6.80%
B=60.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100211880.470.8900.26268.3879.940.98
Hex6415BC2F5901A10c5029
Octal144252745713103241412051
Binary1100100101011011110010111110110010110101000011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6415BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6415BC; }

 p { color: rgb(100,21,188); }

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

<style>
 a { background-color: #6415BC; }

 a { background-color: rgb(100,21,188); }

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

<style>
 span { border-color: #6415BC; }

 span { border-color: rgb(100,21,188); }

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