#4331D5

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

Shades of Purple Heart #4331D5

Tints of Purple Heart #4331D5

Color information

#4331D5 (or 0x4331D5) is unknown color: approx Purple Heart. HEX triplet: 43, 31 and D5. RGB value is (67,49,213). Sum of RGB (Red+Green+Blue) = 67+49+213=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #4331D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4331D5 is #BCCE2A. Grayscale: #484848. Windows color (decimal): -12373547 or 13971779. OLE color: 13971779.

HSL color Cylindrical-coordinate representation of color #4331D5: hue angle of 246.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4331D5 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6749213-
CMYK0.690.7700.16
HSL246.59º66.13%51.37%-
HSV(B)246.59º77%83.53%-
XYZ15.428.1963.72-
YUV73.08206.96123.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 213 (83.59% from 255) = 64.74%
R=20.36%
G=14.89%
B=64.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal67492130.690.7700.16246.5966.1351.37
Hex4331D5454D010f74233
Octal1036132510511502036710263
Binary10000111100011101010110001011001101010000111101111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4331D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4331D5; }

 p { color: rgb(67,49,213); }

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

<style>
 a { background-color: #4331D5; }

 a { background-color: rgb(67,49,213); }

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

<style>
 span { border-color: #4331D5; }

 span { border-color: rgb(67,49,213); }

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