Html Css Color HEX #4E2FD5 Purple Heart

📋 copy color: '#4E2FD5'

red 78 ◦ green 47 ◦ blue 213

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

Shades of Purple Heart #4E2FD5

Tints of Purple Heart #4E2FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 23.08%
G = 13.91%
B = 63.02%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4E2FD5 (or 0x4E2FD5) is known color: Purple Heart. HEX triplet: 4E, 2F and D5. RGB value is (78,47,213). Sum of RGB (Red+Green+Blue) = 78+47+213=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #4E2FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FD5 is #B1D02A. Grayscale: #4A4A4A. Windows color (decimal): -11653163 or 13971278. OLE color: 13971278.

HSL color Cylindrical-coordinate representation of color #4E2FD5: hue angle of 251.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E2FD5 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 47 213 -
CMYK 0.63 0.78 0 0.16
HSL 251.2º 0.66% 0.51% -
HSV(B) 251.2º 0.78% 0.84% -
XYZ 16.17 8.46 63.73 -
YUV 75.19 205.77 130 -
System Red Green Blue C M Y K H S L
Decimal 78 47 213 0.63 0.78 0 0.16 251.2 0.66 0.51
Hex 4E 2F D5 3F 4E 0 10 FB 42 33
Octal 116 57 325 77 116 0 20 373 102 63
Binary 1001110 101111 11010101 111111 1001110 0 10000 11111011 1000010 110011

Color Harmonies of #4E2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FD5

Black with #4E2FD5

Text Example


Text Example

White with #4E2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,47,213); }

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

background-color css

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

 a { background-color: rgb(78,47,213); }

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

border-color css

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

 span { border-color: rgb(78,47,213); }

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