#4C36BF

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

Shades of Purple Heart #4C36BF

Tints of Purple Heart #4C36BF

Color information

#4C36BF (or 0x4C36BF) is unknown color: approx Purple Heart. HEX triplet: 4C, 36 and BF. RGB value is (76,54,191). Sum of RGB (Red+Green+Blue) = 76+54+191=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C36BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C36BF is #B3C940. Grayscale: #4B4B4B. Windows color (decimal): -11782465 or 12531276. OLE color: 12531276.

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

Color convert

RGB7654191-
CMYK0.600.7200.25
HSL249.64º55.92%48.04%-
HSV(B)249.64º71.73%74.9%-
XYZ13.77.9450.1-
YUV76.2192.79127.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 191 (75% from 255) = 59.50%
R=23.68%
G=16.82%
B=59.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76541910.600.7200.25249.6455.9248.04
Hex4C36BF3C48019fa3830
Octal11466277741100313727060
Binary100110011011010111111111100100100001100111111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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