#4324B1

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

Shades of Purple Heart #4324B1

Tints of Purple Heart #4324B1

Color information

#4324B1 (or 0x4324B1) is unknown color: approx Purple Heart. HEX triplet: 43, 24 and B1. RGB value is (67,36,177). Sum of RGB (Red+Green+Blue) = 67+36+177=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 177 (69.53% from 255 or 63.21% from 280); Max value from RGB is 177 - color contains mainly: blue. Hex color #4324B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4324B1 is #BCDB4E. Grayscale: #3C3C3C. Windows color (decimal): -12376911 or 11609155. OLE color: 11609155.

HSL color Cylindrical-coordinate representation of color #4324B1: hue angle of 253.19º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4324B1 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6736177-
CMYK0.620.8000.31
HSL253.19º66.2%41.76%-
HSV(B)253.19º79.66%69.41%-
XYZ10.885.6342.11-
YUV61.34193.27132.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 177 (69.53% from 255) = 63.21%
R=23.93%
G=12.86%
B=63.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67361770.620.8000.31253.1966.241.76
Hex4324B13E5001Ffd422a
Octal103442617612003737510252
Binary1000011100100101100011111101010000011111111111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4324B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4324B1; }

 p { color: rgb(67,36,177); }

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

<style>
 a { background-color: #4324B1; }

 a { background-color: rgb(67,36,177); }

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

<style>
 span { border-color: #4324B1; }

 span { border-color: rgb(67,36,177); }

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