#4A36DA

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

Shades of Purple Heart #4A36DA

Tints of Purple Heart #4A36DA

Color information

#4A36DA (or 0x4A36DA) is unknown color: approx Purple Heart. HEX triplet: 4A, 36 and DA. RGB value is (74,54,218). Sum of RGB (Red+Green+Blue) = 74+54+218=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A36DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A36DA is #B5C925. Grayscale: #4E4E4E. Windows color (decimal): -11913510 or 14300746. OLE color: 14300746.

HSL color Cylindrical-coordinate representation of color #4A36DA: hue angle of 247.32º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A36DA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7454218-
CMYK0.660.7500.15
HSL247.32º68.91%53.33%-
HSV(B)247.32º75.23%85.49%-
XYZ16.89.1667.21-
YUV78.68206.63124.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 218 (85.55% from 255) = 63.01%
R=21.39%
G=15.61%
B=63.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74542180.660.7500.15247.3268.9153.33
Hex4A36DA424B0Ff74535
Octal1126633210211301736710565
Binary1001010110110110110101000010100101101111111101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A36DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,218); }

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

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

 a { background-color: rgb(74,54,218); }

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

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

 span { border-color: rgb(74,54,218); }

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