#4B2FBE

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

Shades of Purple Heart #4B2FBE

Tints of Purple Heart #4B2FBE

Color information

#4B2FBE (or 0x4B2FBE) is unknown color: approx Purple Heart. HEX triplet: 4B, 2F and BE. RGB value is (75,47,190). Sum of RGB (Red+Green+Blue) = 75+47+190=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FBE is #B4D041. Grayscale: #474747. Windows color (decimal): -11849794 or 12463947. OLE color: 12463947.

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

Color convert

RGB7547190-
CMYK0.610.7500.25
HSL251.75º60.34%46.47%-
HSV(B)251.75º75.26%74.51%-
XYZ13.217.2549.42-
YUV71.67194.78130.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 47 (18.75% from 255) = 15.06%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=24.04%
G=15.06%
B=60.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75471900.610.7500.25251.7560.3446.47
Hex4B2FBE3D4B019fc3c2e
Octal11357276751130313747456
Binary100101110111110111110111101100101101100111111100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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