#4E07B0

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

Shades of Purple Heart #4E07B0

Tints of Purple Heart #4E07B0

Color information

#4E07B0 (or 0x4E07B0) is unknown color: approx Purple Heart. HEX triplet: 4E, 07 and B0. RGB value is (78,7,176). Sum of RGB (Red+Green+Blue) = 78+7+176=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #4E07B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E07B0 is #B1F84F. Grayscale: #2E2E2E. Windows color (decimal): -11663440 or 11536206. OLE color: 11536206.

HSL color Cylindrical-coordinate representation of color #4E07B0: hue angle of 265.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E07B0 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB787176-
CMYK0.560.9600.31
HSL265.21º92.35%35.88%-
HSV(B)265.21º96.02%69.02%-
XYZ11.054.9141.44-
YUV47.5200.52149.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=29.89%
G=2.68%
B=67.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7871760.560.9600.31265.2192.3535.88
Hex4E7B0386001F1095c24
Octal11672607014003741113444
Binary10011101111011000011100011000000111111000010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E07B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,176); }

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

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

 a { background-color: rgb(78,7,176); }

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

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

 span { border-color: rgb(78,7,176); }

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