#4215BD

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

Shades of Purple Heart #4215BD

Tints of Purple Heart #4215BD

Color information

#4215BD (or 0x4215BD) is unknown color: approx Purple Heart. HEX triplet: 42, 15 and BD. RGB value is (66,21,189). Sum of RGB (Red+Green+Blue) = 66+21+189=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #4215BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4215BD is #BDEA42. Grayscale: #343434. Windows color (decimal): -12446275 or 12391746. OLE color: 12391746.

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

Color convert

RGB6621189-
CMYK0.650.8900.26
HSL256.07º80%41.18%-
HSV(B)256.07º88.89%74.12%-
XYZ11.75.3748.56-
YUV53.61204.41136.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=23.91%
G=7.61%
B=68.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66211890.650.8900.26256.078041.18
Hex4215BD415901A1005029
Octal1022527510113103240012051
Binary10000101010110111101100000110110010110101000000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4215BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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