#4215BA

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

Shades of Purple Heart #4215BA

Tints of Purple Heart #4215BA

Color information

#4215BA (or 0x4215BA) is unknown color: approx Purple Heart. HEX triplet: 42, 15 and BA. RGB value is (66,21,186). Sum of RGB (Red+Green+Blue) = 66+21+186=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #4215BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4215BA is #BDEA45. Grayscale: #343434. Windows color (decimal): -12446278 or 12195138. OLE color: 12195138.

HSL color Cylindrical-coordinate representation of color #4215BA: hue angle of 256.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4215BA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6621186-
CMYK0.650.8900.27
HSL256.36º79.71%40.59%-
HSV(B)256.36º88.71%72.94%-
XYZ11.385.2446.87-
YUV53.26202.91137.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 186 (73.05% from 255) = 68.13%
R=24.18%
G=7.69%
B=68.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66211860.650.8900.27256.3679.7140.59
Hex4215BA415901B1005029
Octal1022527210113103340012051
Binary10000101010110111010100000110110010110111000000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4215BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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