#4E35B1

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

Shades of Purple Heart #4E35B1

Tints of Purple Heart #4E35B1

Color information

#4E35B1 (or 0x4E35B1) is unknown color: approx Purple Heart. HEX triplet: 4E, 35 and B1. RGB value is (78,53,177). Sum of RGB (Red+Green+Blue) = 78+53+177=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #4E35B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E35B1 is #B1CA4E. Grayscale: #4A4A4A. Windows color (decimal): -11651663 or 11613518. OLE color: 11613518.

HSL color Cylindrical-coordinate representation of color #4E35B1: hue angle of 252.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E35B1 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7853177-
CMYK0.560.7000.31
HSL252.1º53.91%45.1%-
HSV(B)252.1º70.06%69.41%-
XYZ12.357.3442.36-
YUV74.61185.78130.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 177 (69.53% from 255) = 57.47%
R=25.32%
G=17.21%
B=57.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78531770.560.7000.31252.153.9145.1
Hex4E35B1384601Ffc362d
Octal11665261701060373746655
Binary100111011010110110001111000100011001111111111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E35B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,177); }

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

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

 a { background-color: rgb(78,53,177); }

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

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

 span { border-color: rgb(78,53,177); }

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