#4A34BF

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

Shades of Purple Heart #4A34BF

Tints of Purple Heart #4A34BF

Color information

#4A34BF (or 0x4A34BF) is unknown color: approx Purple Heart. HEX triplet: 4A, 34 and BF. RGB value is (74,52,191). Sum of RGB (Red+Green+Blue) = 74+52+191=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34BF is #B5CB40. Grayscale: #494949. Windows color (decimal): -11914049 or 12530762. OLE color: 12530762.

HSL color Cylindrical-coordinate representation of color #4A34BF: hue angle of 249.5º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A34BF is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7452191-
CMYK0.610.7300.25
HSL249.5º57.2%47.65%-
HSV(B)249.5º72.77%74.9%-
XYZ13.467.6750.06-
YUV74.42193.79127.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 191 (75% from 255) = 60.25%
R=23.34%
G=16.40%
B=60.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74521910.610.7300.25249.557.247.65
Hex4A34BF3D49019f93930
Octal11264277751110313717160
Binary100101011010010111111111101100100101100111111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,52,191); }

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

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

 a { background-color: rgb(74,52,191); }

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

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

 span { border-color: rgb(74,52,191); }

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