#4938CA

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

Shades of Purple Heart #4938CA

Tints of Purple Heart #4938CA

Color information

#4938CA (or 0x4938CA) is unknown color: approx Purple Heart. HEX triplet: 49, 38 and CA. RGB value is (73,56,202). Sum of RGB (Red+Green+Blue) = 73+56+202=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #4938CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938CA is #B6C735. Grayscale: #4D4D4D. Windows color (decimal): -11978550 or 13252681. OLE color: 13252681.

HSL color Cylindrical-coordinate representation of color #4938CA: hue angle of 246.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4938CA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7356202-
CMYK0.640.7200.21
HSL246.99º57.94%50.59%-
HSV(B)246.99º72.28%79.22%-
XYZ14.828.5156.74-
YUV77.73198.13124.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=22.05%
G=16.92%
B=61.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73562020.640.7200.21246.9957.9450.59
Hex4938CA4048015f73a33
Octal111703121001100253677263
Binary1001001111000110010101000000100100001010111110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4938CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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