#4515C7

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

Shades of Purple Heart #4515C7

Tints of Purple Heart #4515C7

Color information

#4515C7 (or 0x4515C7) is unknown color: approx Purple Heart. HEX triplet: 45, 15 and C7. RGB value is (69,21,199). Sum of RGB (Red+Green+Blue) = 69+21+199=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 199 (78.12% from 255 or 68.86% from 289); Max value from RGB is 199 - color contains mainly: blue. Hex color #4515C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515C7 is #BAEA38. Grayscale: #363636. Windows color (decimal): -12249657 or 13047109. OLE color: 13047109.

HSL color Cylindrical-coordinate representation of color #4515C7: hue angle of 256.18º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4515C7 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6921199-
CMYK0.650.8900.22
HSL256.18º80.91%43.14%-
HSV(B)256.18º89.45%78.04%-
XYZ13.035.9354.49-
YUV55.64208.9137.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 199 (78.12% from 255) = 68.86%
R=23.88%
G=7.27%
B=68.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69211990.650.8900.22256.1880.9143.14
Hex4515C74159016100512b
Octal1052530710113102640012153
Binary10001011010111000111100000110110010101101000000001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4515C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4515C7; }

 p { color: rgb(69,21,199); }

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

<style>
 a { background-color: #4515C7; }

 a { background-color: rgb(69,21,199); }

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

<style>
 span { border-color: #4515C7; }

 span { border-color: rgb(69,21,199); }

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