#4332CC

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

Shades of Purple Heart #4332CC

Tints of Purple Heart #4332CC

Color information

#4332CC (or 0x4332CC) is unknown color: approx Purple Heart. HEX triplet: 43, 32 and CC. RGB value is (67,50,204). Sum of RGB (Red+Green+Blue) = 67+50+204=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #4332CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332CC is #BCCD33. Grayscale: #484848. Windows color (decimal): -12373300 or 13382211. OLE color: 13382211.

HSL color Cylindrical-coordinate representation of color #4332CC: hue angle of 246.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4332CC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6750204-
CMYK0.670.7500.2
HSL246.62º60.63%49.8%-
HSV(B)246.62º75.49%80%-
XYZ14.357.8357.88-
YUV72.64202.13123.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=20.87%
G=15.58%
B=63.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal67502040.670.7500.2246.6260.6349.8
Hex4332CC434B014f73d32
Octal103623141031130243677562
Binary1000011110010110011001000011100101101010011110111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4332CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4332CC; }

 p { color: rgb(67,50,204); }

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

<style>
 a { background-color: #4332CC; }

 a { background-color: rgb(67,50,204); }

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

<style>
 span { border-color: #4332CC; }

 span { border-color: rgb(67,50,204); }

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