#4931CA

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

Shades of Purple Heart #4931CA

Tints of Purple Heart #4931CA

Color information

#4931CA (or 0x4931CA) is unknown color: approx Purple Heart. HEX triplet: 49, 31 and CA. RGB value is (73,49,202). Sum of RGB (Red+Green+Blue) = 73+49+202=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #4931CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931CA is #B6CE35. Grayscale: #494949. Windows color (decimal): -11980342 or 13250889. OLE color: 13250889.

HSL color Cylindrical-coordinate representation of color #4931CA: hue angle of 249.41º 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 #4931CA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7349202-
CMYK0.640.7600.21
HSL249.41º60.96%49.22%-
HSV(B)249.41º75.74%79.22%-
XYZ14.517.8856.63-
YUV73.62200.45127.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 202 (79.30% from 255) = 62.35%
R=22.53%
G=15.12%
B=62.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73492020.640.7600.21249.4160.9649.22
Hex4931CA404C015f93d31
Octal111613121001140253717561
Binary1001001110001110010101000000100110001010111111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4931CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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