#4C34BF

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

Shades of Purple Heart #4C34BF

Tints of Purple Heart #4C34BF

Color information

#4C34BF (or 0x4C34BF) is unknown color: approx Purple Heart. HEX triplet: 4C, 34 and BF. RGB value is (76,52,191). Sum of RGB (Red+Green+Blue) = 76+52+191=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34BF is #B3CB40. Grayscale: #4A4A4A. Windows color (decimal): -11782977 or 12530764. OLE color: 12530764.

HSL color Cylindrical-coordinate representation of color #4C34BF: hue angle of 250.36º 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 #4C34BF is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7652191-
CMYK0.600.7300.25
HSL250.36º57.2%47.65%-
HSV(B)250.36º72.77%74.9%-
XYZ13.617.7550.07-
YUV75.02193.45128.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.82%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 191 (75% from 255) = 59.87%
R=23.82%
G=16.30%
B=59.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76521910.600.7300.25250.3657.247.65
Hex4C34BF3C49019fa3930
Octal11464277741110313727160
Binary100110011010010111111111100100100101100111111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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