#4B36BE

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

Shades of Purple Heart #4B36BE

Tints of Purple Heart #4B36BE

Color information

#4B36BE (or 0x4B36BE) is unknown color: approx Purple Heart. HEX triplet: 4B, 36 and BE. RGB value is (75,54,190). Sum of RGB (Red+Green+Blue) = 75+54+190=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B36BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B36BE is #B4C941. Grayscale: #4B4B4B. Windows color (decimal): -11848002 or 12465739. OLE color: 12465739.

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

Color convert

RGB7554190-
CMYK0.610.7200.25
HSL249.26º55.74%47.84%-
HSV(B)249.26º71.58%74.51%-
XYZ13.527.8549.52-
YUV75.78192.46127.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=23.51%
G=16.93%
B=59.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75541900.610.7200.25249.2655.7447.84
Hex4B36BE3D48019f93830
Octal11366276751100313717060
Binary100101111011010111110111101100100001100111111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,190); }

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

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

 a { background-color: rgb(75,54,190); }

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

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

 span { border-color: rgb(75,54,190); }

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