#4C34B5

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

Shades of Purple Heart #4C34B5

Tints of Purple Heart #4C34B5

Color information

#4C34B5 (or 0x4C34B5) is unknown color: approx Purple Heart. HEX triplet: 4C, 34 and B5. RGB value is (76,52,181). Sum of RGB (Red+Green+Blue) = 76+52+181=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C34B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34B5 is #B3CB4A. Grayscale: #494949. Windows color (decimal): -11782987 or 11875404. OLE color: 11875404.

HSL color Cylindrical-coordinate representation of color #4C34B5: hue angle of 251.16º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C34B5 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7652181-
CMYK0.580.7100.29
HSL251.16º55.36%45.69%-
HSV(B)251.16º71.27%70.98%-
XYZ12.557.3344.47-
YUV73.88188.45129.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 181 (71.09% from 255) = 58.58%
R=24.60%
G=16.83%
B=58.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76521810.580.7100.29251.1655.3645.69
Hex4C34B53A4701Dfb372e
Octal11464265721070353736756
Binary100110011010010110101111010100011101110111111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C34B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,181); }

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

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

 a { background-color: rgb(76,52,181); }

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

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

 span { border-color: rgb(76,52,181); }

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