#4B2EBB

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

Shades of Purple Heart #4B2EBB

Tints of Purple Heart #4B2EBB

Color information

#4B2EBB (or 0x4B2EBB) is unknown color: approx Purple Heart. HEX triplet: 4B, 2E and BB. RGB value is (75,46,187). Sum of RGB (Red+Green+Blue) = 75+46+187=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B2EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EBB is #B4D144. Grayscale: #464646. Windows color (decimal): -11850053 or 12267083. OLE color: 12267083.

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

Color convert

RGB7546187-
CMYK0.600.7500.27
HSL252.34º60.52%45.69%-
HSV(B)252.34º75.4%73.33%-
XYZ12.857.0447.69-
YUV70.74193.61131.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 187 (73.44% from 255) = 60.71%
R=24.35%
G=14.94%
B=60.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75461870.600.7500.27252.3460.5245.69
Hex4B2EBB3C4B01Bfc3d2e
Octal11356273741130333747556
Binary100101110111010111011111100100101101101111111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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