#4219BC

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

Shades of Purple Heart #4219BC

Tints of Purple Heart #4219BC

Color information

#4219BC (or 0x4219BC) is unknown color: approx Purple Heart. HEX triplet: 42, 19 and BC. RGB value is (66,25,188). Sum of RGB (Red+Green+Blue) = 66+25+188=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4219BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4219BC is #BDE643. Grayscale: #373737. Windows color (decimal): -12445252 or 12327234. OLE color: 12327234.

HSL color Cylindrical-coordinate representation of color #4219BC: hue angle of 255.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4219BC is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6625188-
CMYK0.650.8700.26
HSL255.09º76.53%41.76%-
HSV(B)255.09º86.7%73.73%-
XYZ11.675.4848.02-
YUV55.84202.58135.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=23.66%
G=8.96%
B=67.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66251880.650.8700.26255.0976.5341.76
Hex4219BC415701Aff4d2a
Octal1023127410112703237711552
Binary1000010110011011110010000011010111011010111111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4219BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4219BC; }

 p { color: rgb(66,25,188); }

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

<style>
 a { background-color: #4219BC; }

 a { background-color: rgb(66,25,188); }

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

<style>
 span { border-color: #4219BC; }

 span { border-color: rgb(66,25,188); }

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