#4831CA

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

Shades of Purple Heart #4831CA

Tints of Purple Heart #4831CA

Color information

#4831CA (or 0x4831CA) is unknown color: approx Purple Heart. HEX triplet: 48, 31 and CA. RGB value is (72,49,202). Sum of RGB (Red+Green+Blue) = 72+49+202=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #4831CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4831CA is #B7CE35. Grayscale: #484848. Windows color (decimal): -12045878 or 13250888. OLE color: 13250888.

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

Color convert

RGB7249202-
CMYK0.640.7600.21
HSL249.02º60.96%49.22%-
HSV(B)249.02º75.74%79.22%-
XYZ14.437.8456.63-
YUV73.32200.62127.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=22.29%
G=15.17%
B=62.54%

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
Decimal72492020.640.7600.21249.0260.9649.22
Hex4831CA404C015f93d31
Octal110613121001140253717561
Binary1001000110001110010101000000100110001010111111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4831CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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