#4a2cd0

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

Shades of Purple Heart #4A2CD0

Tints of Purple Heart #4A2CD0

Color information

#4A2CD0 (or 0x4A2CD0) is unknown color: approx Purple Heart. HEX triplet: 4A, 2C and D0. RGB value is (74,44,208). Sum of RGB (Red+Green+Blue) = 74+44+208=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A2CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CD0 is #B5D32F. Grayscale: #474747. Windows color (decimal): -11916080 or 13642826. OLE color: 13642826.

HSL color Cylindrical-coordinate representation of color #4A2CD0: hue angle of 250.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A2CD0 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7444208-
CMYK0.640.7900.18
HSL250.98º65.08%49.41%-
HSV(B)250.98º78.85%81.57%-
XYZ15.117.8160.39-
YUV71.67204.94129.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.70%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 208 (81.64% from 255) = 63.80%
R=22.70%
G=13.50%
B=63.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74442080.640.7900.18250.9865.0849.41
Hex4A2CD0404F012fb4131
Octal1125432010011702237310161
Binary10010101011001101000010000001001111010010111110111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a2cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,208); }

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

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

 a { background-color: rgb(74,44,208); }

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

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

 span { border-color: rgb(74,44,208); }

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