#4322B3

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

Shades of Purple Heart #4322B3

Tints of Purple Heart #4322B3

Color information

#4322B3 (or 0x4322B3) is unknown color: approx Purple Heart. HEX triplet: 43, 22 and B3. RGB value is (67,34,179). Sum of RGB (Red+Green+Blue) = 67+34+179=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #4322B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4322B3 is #BCDD4C. Grayscale: #3B3B3B. Windows color (decimal): -12377421 or 11739715. OLE color: 11739715.

HSL color Cylindrical-coordinate representation of color #4322B3: hue angle of 253.66º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4322B3 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6734179-
CMYK0.630.8100.30
HSL253.66º68.08%41.76%-
HSV(B)253.66º81.01%70.2%-
XYZ11.025.5943.15-
YUV60.4194.93132.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 179 (70.31% from 255) = 63.93%
R=23.93%
G=12.14%
B=63.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal67341790.630.8100.30253.6668.0841.76
Hex4322B33F5101Efe442a
Octal103422637712103637610452
Binary1000011100010101100111111111010001011110111111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4322B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4322B3; }

 p { color: rgb(67,34,179); }

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

<style>
 a { background-color: #4322B3; }

 a { background-color: rgb(67,34,179); }

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

<style>
 span { border-color: #4322B3; }

 span { border-color: rgb(67,34,179); }

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