#4213BC

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

Shades of Purple Heart #4213BC

Tints of Purple Heart #4213BC

Color information

#4213BC (or 0x4213BC) is unknown color: approx Purple Heart. HEX triplet: 42, 13 and BC. RGB value is (66,19,188). Sum of RGB (Red+Green+Blue) = 66+19+188=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #4213BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213BC is #BDEC43. Grayscale: #333333. Windows color (decimal): -12446788 or 12325698. OLE color: 12325698.

HSL color Cylindrical-coordinate representation of color #4213BC: hue angle of 256.69º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4213BC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6619188-
CMYK0.650.9000.26
HSL256.69º81.64%40.59%-
HSV(B)256.69º89.89%73.73%-
XYZ11.565.2547.98-
YUV52.32204.57137.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 188 (73.83% from 255) = 68.86%
R=24.18%
G=6.96%
B=68.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66191880.650.9000.26256.6981.6440.59
Hex4213BC415A01A1015229
Octal1022327410113203240112251
Binary10000101001110111100100000110110100110101000000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4213BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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