#4B3ABB

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

Shades of Purple Heart #4B3ABB

Tints of Purple Heart #4B3ABB

Color information

#4B3ABB (or 0x4B3ABB) is unknown color: approx Purple Heart. HEX triplet: 4B, 3A and BB. RGB value is (75,58,187). Sum of RGB (Red+Green+Blue) = 75+58+187=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B3ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3ABB is #B4C544. Grayscale: #4D4D4D. Windows color (decimal): -11846981 or 12270155. OLE color: 12270155.

HSL color Cylindrical-coordinate representation of color #4B3ABB: hue angle of 247.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B3ABB is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7558187-
CMYK0.600.6900.27
HSL247.91º52.65%48.04%-
HSV(B)247.91º68.98%73.33%-
XYZ13.388.1147.87-
YUV77.79189.63126.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 187 (73.44% from 255) = 58.44%
R=23.44%
G=18.12%
B=58.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75581870.600.6900.27247.9152.6548.04
Hex4B3ABB3C4501Bf83530
Octal11372273741050333706560
Binary100101111101010111011111100100010101101111111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,187); }

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

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

 a { background-color: rgb(75,58,187); }

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

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

 span { border-color: rgb(75,58,187); }

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