#4329CA

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

Shades of Purple Heart #4329CA

Tints of Purple Heart #4329CA

Color information

#4329CA (or 0x4329CA) is unknown color: approx Purple Heart. HEX triplet: 43, 29 and CA. RGB value is (67,41,202). Sum of RGB (Red+Green+Blue) = 67+41+202=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #4329CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4329CA is #BCD635. Grayscale: #424242. Windows color (decimal): -12375606 or 13248835. OLE color: 13248835.

HSL color Cylindrical-coordinate representation of color #4329CA: hue angle of 249.69º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4329CA is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6741202-
CMYK0.670.8000.21
HSL249.69º66.26%47.65%-
HSV(B)249.69º79.7%79.22%-
XYZ13.777.0456.51-
YUV67.13204.11127.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.61%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=21.61%
G=13.23%
B=65.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67412020.670.8000.21249.6966.2647.65
Hex4329CA4350015fa4230
Octal1035131210312002537210260
Binary10000111010011100101010000111010000010101111110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4329CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4329CA; }

 p { color: rgb(67,41,202); }

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

<style>
 a { background-color: #4329CA; }

 a { background-color: rgb(67,41,202); }

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

<style>
 span { border-color: #4329CA; }

 span { border-color: rgb(67,41,202); }

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