#4A29CC

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

Shades of Purple Heart #4A29CC

Tints of Purple Heart #4A29CC

Color information

#4A29CC (or 0x4A29CC) is unknown color: approx Purple Heart. HEX triplet: 4A, 29 and CC. RGB value is (74,41,204). Sum of RGB (Red+Green+Blue) = 74+41+204=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A29CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A29CC is #B5D633. Grayscale: #444444. Windows color (decimal): -11916852 or 13379914. OLE color: 13379914.

HSL color Cylindrical-coordinate representation of color #4A29CC: hue angle of 252.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A29CC is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7441204-
CMYK0.640.8000.2
HSL252.15º66.53%48.04%-
HSV(B)252.15º79.9%80%-
XYZ14.527.457.79-
YUV69.45203.93131.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.20%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=23.20%
G=12.85%
B=63.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal74412040.640.8000.2252.1566.5348.04
Hex4A29CC4050014fc4330
Octal1125131410012002437410360
Binary10010101010011100110010000001010000010100111111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,204); }

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

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

 a { background-color: rgb(74,41,204); }

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

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

 span { border-color: rgb(74,41,204); }

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