#4B28B2

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

Shades of Purple Heart #4B28B2

Tints of Purple Heart #4B28B2

Color information

#4B28B2 (or 0x4B28B2) is unknown color: approx Purple Heart. HEX triplet: 4B, 28 and B2. RGB value is (75,40,178). Sum of RGB (Red+Green+Blue) = 75+40+178=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #4B28B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B28B2 is #B4D74D. Grayscale: #414141. Windows color (decimal): -11851598 or 11675723. OLE color: 11675723.

HSL color Cylindrical-coordinate representation of color #4B28B2: hue angle of 255.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B28B2 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7540178-
CMYK0.580.7800.30
HSL255.22º63.3%42.75%-
HSV(B)255.22º77.53%69.8%-
XYZ11.76.2342.71-
YUV66.2191.1134.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 178 (69.92% from 255) = 60.75%
R=25.60%
G=13.65%
B=60.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75401780.580.7800.30255.2263.342.75
Hex4B28B23A4E01Eff3f2b
Octal11350262721160363777753
Binary100101110100010110010111010100111001111011111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B28B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,178); }

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

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

 a { background-color: rgb(75,40,178); }

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

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

 span { border-color: rgb(75,40,178); }

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