Html Css Color HEX #4E1DC5 Purple Heart

📋 copy color: '#4E1DC5'

red 78 ◦ green 29 ◦ blue 197

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

Shades of Purple Heart #4E1DC5

Tints of Purple Heart #4E1DC5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

 BLUE value IS 197 (77.34% from 255) = 64.8%

R = 25.66%
G = 9.54%
B = 64.8%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4E1DC5 (or 0x4E1DC5) is known color: Purple Heart. HEX triplet: 4E, 1D and C5. RGB value is (78,29,197). Sum of RGB (Red+Green+Blue) = 78+29+197=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #4E1DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1DC5 is #B1E23A. Grayscale: #3E3E3E. Windows color (decimal): -11657787 or 12918094. OLE color: 12918094.

HSL color Cylindrical-coordinate representation of color #4E1DC5: hue angle of 257.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1DC5 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 78 29 197 -
CMYK 0.60 0.85 0 0.23
HSL 257.5º 0.74% 0.44% -
HSV(B) 257.5º 0.85% 0.77% -
XYZ 13.66 6.53 53.36 -
YUV 62.8 203.73 138.84 -
System Red Green Blue C M Y K H S L
Decimal 78 29 197 0.60 0.85 0 0.23 257.5 0.74 0.44
Hex 4E 1D C5 3C 55 0 17 102 4A 2C
Octal 116 35 305 74 125 0 27 402 112 54
Binary 1001110 11101 11000101 111100 1010101 0 10111 100000010 1001010 101100

Color Harmonies of #4E1DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1DC5

Black with #4E1DC5

Text Example


Text Example

White with #4E1DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,29,197); }

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

background-color css

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

 a { background-color: rgb(78,29,197); }

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

border-color css

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

 span { border-color: rgb(78,29,197); }

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