#4515B1

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

Shades of Purple Heart #4515B1

Tints of Purple Heart #4515B1

Color information

#4515B1 (or 0x4515B1) is unknown color: approx Purple Heart. HEX triplet: 45, 15 and B1. RGB value is (69,21,177). Sum of RGB (Red+Green+Blue) = 69+21+177=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #4515B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4515B1 is #BAEA4E. Grayscale: #343434. Windows color (decimal): -12249679 or 11605317. OLE color: 11605317.

HSL color Cylindrical-coordinate representation of color #4515B1: hue angle of 258.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4515B1 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6921177-
CMYK0.610.8800.31
HSL258.46º78.79%38.82%-
HSV(B)258.46º88.14%69.41%-
XYZ10.664.9841.99-
YUV53.14197.9139.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 177 (69.53% from 255) = 66.29%
R=25.84%
G=7.87%
B=66.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69211770.610.8800.31258.4678.7938.82
Hex4515B13D5801F1024f27
Octal105252617513003740211747
Binary1000101101011011000111110110110000111111000000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4515B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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