#4B15BF

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

Shades of Purple Heart #4B15BF

Tints of Purple Heart #4B15BF

Color information

#4B15BF (or 0x4B15BF) is unknown color: approx Purple Heart. HEX triplet: 4B, 15 and BF. RGB value is (75,21,191). Sum of RGB (Red+Green+Blue) = 75+21+191=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B15BF is #B4EA40. Grayscale: #373737. Windows color (decimal): -11856449 or 12522827. OLE color: 12522827.

HSL color Cylindrical-coordinate representation of color #4B15BF: hue angle of 259.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B15BF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7521191-
CMYK0.610.8900.25
HSL259.06º80.19%41.57%-
HSV(B)259.06º89.01%74.9%-
XYZ12.575.7949.75-
YUV56.53203.89141.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 191 (75% from 255) = 66.55%
R=26.13%
G=7.32%
B=66.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75211910.610.8900.25259.0680.1941.57
Hex4B15BF3D59019103502a
Octal113252777513103140312052
Binary1001011101011011111111110110110010110011000000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B15BF; }

 p { color: rgb(75,21,191); }

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

<style>
 a { background-color: #4B15BF; }

 a { background-color: rgb(75,21,191); }

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

<style>
 span { border-color: #4B15BF; }

 span { border-color: rgb(75,21,191); }

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