#6315BD

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

Shades of Purple Heart #6315BD

Tints of Purple Heart #6315BD

Color information

#6315BD (or 0x6315BD) is unknown color: approx Purple Heart. HEX triplet: 63, 15 and BD. RGB value is (99,21,189). Sum of RGB (Red+Green+Blue) = 99+21+189=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #6315BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315BD is #9CEA42. Grayscale: #3E3E3E. Windows color (decimal): -10283587 or 12391779. OLE color: 12391779.

HSL color Cylindrical-coordinate representation of color #6315BD: hue angle of 267.86º 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 #6315BD is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9921189-
CMYK0.480.8900.26
HSL267.86º80%41.18%-
HSV(B)267.86º88.89%74.12%-
XYZ14.66.8648.7-
YUV63.47198.84153.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=32.04%
G=6.80%
B=61.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99211890.480.8900.26267.868041.18
Hex6315BD305901A10c5029
Octal143252756013103241412051
Binary1100011101011011110111000010110010110101000011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6315BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6315BD; }

 p { color: rgb(99,21,189); }

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

<style>
 a { background-color: #6315BD; }

 a { background-color: rgb(99,21,189); }

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

<style>
 span { border-color: #6315BD; }

 span { border-color: rgb(99,21,189); }

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