#4b3bbd

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

Shades of Purple Heart #4B3BBD

Tints of Purple Heart #4B3BBD

Color information

#4B3BBD (or 0x4B3BBD) is unknown color: approx Purple Heart. HEX triplet: 4B, 3B and BD. RGB value is (75,59,189). Sum of RGB (Red+Green+Blue) = 75+59+189=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B3BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3BBD is #B4C442. Grayscale: #4E4E4E. Windows color (decimal): -11846723 or 12401483. OLE color: 12401483.

HSL color Cylindrical-coordinate representation of color #4B3BBD: hue angle of 247.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B3BBD is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7559189-
CMYK0.600.6900.26
HSL247.38º52.42%48.63%-
HSV(B)247.38º68.78%74.12%-
XYZ13.658.349.03-
YUV78.6190.3125.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 189 (74.22% from 255) = 58.51%
R=23.22%
G=18.27%
B=58.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75591890.600.6900.26247.3852.4248.63
Hex4B3BBD3C4501Af73431
Octal11373275741050323676461
Binary100101111101110111101111100100010101101011110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b3bbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,59,189); }

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

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

 a { background-color: rgb(75,59,189); }

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

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

 span { border-color: rgb(75,59,189); }

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