Html Css Color HEX #4E2CB9 Purple Heart

📋 copy color: '#4E2CB9'

red 78 ◦ green 44 ◦ blue 185

#4E2CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4E2CB9

Tints of Purple Heart #4E2CB9

RGB

 RED value IS 78 (30.86% from 255) = 25.41%

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 185 (72.66% from 255) = 60.26%

R = 25.41%
G = 14.33%
B = 60.26%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E2CB9 (or 0x4E2CB9) is known color: Purple Heart. HEX triplet: 4E, 2C and B9. RGB value is (78,44,185). Sum of RGB (Red+Green+Blue) = 78+44+185=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E2CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2CB9 is #B1D346. Grayscale: #454545. Windows color (decimal): -11653959 or 12135502. OLE color: 12135502.

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

Color convert

RGB 78 44 185 -
CMYK 0.58 0.76 0 0.27
HSL 254.47º 0.62% 0.45% -
HSV(B) 254.47º 0.76% 0.73% -
XYZ 12.8 6.92 46.56 -
YUV 70.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 78 44 185 0.58 0.76 0 0.27 254.47 0.62 0.45
Hex 4E 2C B9 3A 4C 0 1B FE 3E 2D
Octal 116 54 271 72 114 0 33 376 76 55
Binary 1001110 101100 10111001 111010 1001100 0 11011 11111110 111110 101101

Color Harmonies of #4E2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2CB9

Black with #4E2CB9

Text Example


Text Example

White with #4E2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,44,185); }

 H1.HeaderClassName
 {
   color: #4E2CB9;
 }
 .AnyTagClassName
 {
   color: #4E2CB9;
 }
</style>

background-color css

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

 a { background-color: rgb(78,44,185); }

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

border-color css

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

 span { border-color: rgb(78,44,185); }

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