#4E1ACB

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

Shades of Purple Heart #4E1ACB

Tints of Purple Heart #4E1ACB

Color information

#4E1ACB (or 0x4E1ACB) is unknown color: approx Purple Heart. HEX triplet: 4E, 1A and CB. RGB value is (78,26,203). Sum of RGB (Red+Green+Blue) = 78+26+203=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E1ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1ACB is #B1E534. Grayscale: #3D3D3D. Windows color (decimal): -11658549 or 13310542. OLE color: 13310542.

HSL color Cylindrical-coordinate representation of color #4E1ACB: hue angle of 257.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1ACB is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7826203-
CMYK0.620.8700.20
HSL257.63º77.29%44.9%-
HSV(B)257.63º87.19%79.61%-
XYZ14.296.6757.03-
YUV61.73207.73139.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 203 (79.69% from 255) = 66.12%
R=25.41%
G=8.47%
B=66.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78262030.620.8700.20257.6377.2944.9
Hex4E1ACB3E570141024d2d
Octal116323137612702440211555
Binary1001110110101100101111111010101110101001000000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,203); }

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

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

 a { background-color: rgb(78,26,203); }

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

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

 span { border-color: rgb(78,26,203); }

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