#4328D1

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

Shades of Purple Heart #4328D1

Tints of Purple Heart #4328D1

Color information

#4328D1 (or 0x4328D1) is unknown color: approx Purple Heart. HEX triplet: 43, 28 and D1. RGB value is (67,40,209). Sum of RGB (Red+Green+Blue) = 67+40+209=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #4328D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4328D1 is #BCD72E. Grayscale: #424242. Windows color (decimal): -12375855 or 13707331. OLE color: 13707331.

HSL color Cylindrical-coordinate representation of color #4328D1: hue angle of 249.59º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4328D1 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6740209-
CMYK0.680.8100.18
HSL249.59º67.87%48.82%-
HSV(B)249.59º80.86%81.96%-
XYZ14.587.3160.96-
YUV67.34207.95127.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 209 (82.03% from 255) = 66.14%
R=21.20%
G=12.66%
B=66.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67402090.680.8100.18249.5967.8748.82
Hex4328D14451012fa4431
Octal1035032110412102237210461
Binary10000111010001101000110001001010001010010111110101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4328D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4328D1; }

 p { color: rgb(67,40,209); }

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

<style>
 a { background-color: #4328D1; }

 a { background-color: rgb(67,40,209); }

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

<style>
 span { border-color: #4328D1; }

 span { border-color: rgb(67,40,209); }

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