#4e1fbb

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

Shades of Purple Heart #4E1FBB

Tints of Purple Heart #4E1FBB

Color information

#4E1FBB (or 0x4E1FBB) is unknown color: approx Purple Heart. HEX triplet: 4E, 1F and BB. RGB value is (78,31,187). Sum of RGB (Red+Green+Blue) = 78+31+187=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E1FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1FBB is #B1E044. Grayscale: #3E3E3E. Windows color (decimal): -11657285 or 12263246. OLE color: 12263246.

HSL color Cylindrical-coordinate representation of color #4E1FBB: hue angle of 258.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E1FBB is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7831187-
CMYK0.580.8300.27
HSL258.08º71.56%42.75%-
HSV(B)258.08º83.42%73.33%-
XYZ12.66.1947.54-
YUV62.84198.07138.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.35%
GREEN value IS 31 (12.5% from 255) = 10.47%
BLUE value IS 187 (73.44% from 255) = 63.18%
R=26.35%
G=10.47%
B=63.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78311870.580.8300.27258.0871.5642.75
Hex4E1FBB3A5301B102482b
Octal116372737212303340211053
Binary1001110111111011101111101010100110110111000000101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e1fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,187); }

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

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

 a { background-color: rgb(78,31,187); }

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

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

 span { border-color: rgb(78,31,187); }

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