#4E30BC

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

Shades of Purple Heart #4E30BC

Tints of Purple Heart #4E30BC

Color information

#4E30BC (or 0x4E30BC) is unknown color: approx Purple Heart. HEX triplet: 4E, 30 and BC. RGB value is (78,48,188). Sum of RGB (Red+Green+Blue) = 78+48+188=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E30BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E30BC is #B1CF43. Grayscale: #484848. Windows color (decimal): -11652932 or 12333134. OLE color: 12333134.

HSL color Cylindrical-coordinate representation of color #4E30BC: hue angle of 252.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E30BC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7848188-
CMYK0.590.7400.26
HSL252.86º59.32%46.27%-
HSV(B)252.86º74.47%73.73%-
XYZ13.287.3648.3-
YUV72.93192.94131.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=24.84%
G=15.29%
B=59.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78481880.590.7400.26252.8659.3246.27
Hex4E30BC3B4A01Afd3b2e
Octal11660274731120323757356
Binary100111011000010111100111011100101001101011111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E30BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,188); }

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

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

 a { background-color: rgb(78,48,188); }

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

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

 span { border-color: rgb(78,48,188); }

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