#4E35BD

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

Shades of Purple Heart #4E35BD

Tints of Purple Heart #4E35BD

Color information

#4E35BD (or 0x4E35BD) is unknown color: approx Purple Heart. HEX triplet: 4E, 35 and BD. RGB value is (78,53,189). Sum of RGB (Red+Green+Blue) = 78+53+189=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E35BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E35BD is #B1CA42. Grayscale: #4B4B4B. Windows color (decimal): -11651651 or 12399950. OLE color: 12399950.

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

Color convert

RGB7853189-
CMYK0.590.7200.26
HSL251.03º56.2%47.45%-
HSV(B)251.03º71.96%74.12%-
XYZ13.67.8448.94-
YUV75.98191.78129.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 189 (74.22% from 255) = 59.06%
R=24.38%
G=16.56%
B=59.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78531890.590.7200.26251.0356.247.45
Hex4E35BD3B4801Afb382f
Octal11665275731100323737057
Binary100111011010110111101111011100100001101011111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E35BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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