#4731CA

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

Shades of Purple Heart #4731CA

Tints of Purple Heart #4731CA

Color information

#4731CA (or 0x4731CA) is unknown color: approx Purple Heart. HEX triplet: 47, 31 and CA. RGB value is (71,49,202). Sum of RGB (Red+Green+Blue) = 71+49+202=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4731CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731CA is #B8CE35. Grayscale: #484848. Windows color (decimal): -12111414 or 13250887. OLE color: 13250887.

HSL color Cylindrical-coordinate representation of color #4731CA: hue angle of 248.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4731CA is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7149202-
CMYK0.650.7600.21
HSL248.63º60.96%49.22%-
HSV(B)248.63º75.74%79.22%-
XYZ14.367.856.63-
YUV73.02200.79126.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=22.05%
G=15.22%
B=62.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71492020.650.7600.21248.6360.9649.22
Hex4731CA414C015f93d31
Octal107613121011140253717561
Binary1000111110001110010101000001100110001010111111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4731CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,49,202); }

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

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

 a { background-color: rgb(71,49,202); }

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

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

 span { border-color: rgb(71,49,202); }

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