#6519BF

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

Shades of Purple Heart #6519BF

Tints of Purple Heart #6519BF

Color information

#6519BF (or 0x6519BF) is unknown color: approx Purple Heart. HEX triplet: 65, 19 and BF. RGB value is (101,25,191). Sum of RGB (Red+Green+Blue) = 101+25+191=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #6519BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519BF is #9AE640. Grayscale: #424242. Windows color (decimal): -10151489 or 12523877. OLE color: 12523877.

HSL color Cylindrical-coordinate representation of color #6519BF: hue angle of 267.47º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6519BF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10125191-
CMYK0.470.8700.25
HSL267.47º76.85%42.35%-
HSV(B)267.47º86.91%74.9%-
XYZ15.127.2249.89-
YUV66.65198.18152.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.86%
GREEN value IS 25 (10.16% from 255) = 7.89%
BLUE value IS 191 (75% from 255) = 60.25%
R=31.86%
G=7.89%
B=60.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101251910.470.8700.25267.4776.8542.35
Hex6519BF2F5701910b4d2a
Octal145312775712703141311552
Binary1100101110011011111110111110101110110011000010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6519BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6519BF; }

 p { color: rgb(101,25,191); }

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

<style>
 a { background-color: #6519BF; }

 a { background-color: rgb(101,25,191); }

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

<style>
 span { border-color: #6519BF; }

 span { border-color: rgb(101,25,191); }

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