#4A38CA

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

Shades of Purple Heart #4A38CA

Tints of Purple Heart #4A38CA

Color information

#4A38CA (or 0x4A38CA) is unknown color: approx Purple Heart. HEX triplet: 4A, 38 and CA. RGB value is (74,56,202). Sum of RGB (Red+Green+Blue) = 74+56+202=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A38CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A38CA is #B5C735. Grayscale: #4D4D4D. Windows color (decimal): -11913014 or 13252682. OLE color: 13252682.

HSL color Cylindrical-coordinate representation of color #4A38CA: hue angle of 247.4º 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 #4A38CA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7456202-
CMYK0.630.7200.21
HSL247.4º57.94%50.59%-
HSV(B)247.4º72.28%79.22%-
XYZ14.98.5556.74-
YUV78.03197.96125.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=22.29%
G=16.87%
B=60.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74562020.630.7200.21247.457.9450.59
Hex4A38CA3F48015f73a33
Octal11270312771100253677263
Binary100101011100011001010111111100100001010111110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A38CA; }

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

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

<style>
 a { background-color: #4A38CA; }

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

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

<style>
 span { border-color: #4A38CA; }

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

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