#4B1EC0

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

Shades of Purple Heart #4B1EC0

Tints of Purple Heart #4B1EC0

Color information

#4B1EC0 (or 0x4B1EC0) is unknown color: approx Purple Heart. HEX triplet: 4B, 1E and C0. RGB value is (75,30,192). Sum of RGB (Red+Green+Blue) = 75+30+192=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B1EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1EC0 is #B4E13F. Grayscale: #3D3D3D. Windows color (decimal): -11854144 or 12590667. OLE color: 12590667.

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

Color convert

RGB7530192-
CMYK0.610.8400.25
HSL256.67º72.97%43.53%-
HSV(B)256.67º84.38%75.29%-
XYZ12.886.2350.39-
YUV61.92201.41137.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 192 (75.39% from 255) = 64.65%
R=25.25%
G=10.10%
B=64.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75301920.610.8400.25256.6772.9743.53
Hex4B1EC03D54019101492c
Octal113363007512403140111154
Binary1001011111101100000011110110101000110011000000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,30,192); }

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

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

 a { background-color: rgb(75,30,192); }

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

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

 span { border-color: rgb(75,30,192); }

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