Html Css Color HEX #4E1DCA Purple Heart

📋 copy color: '#4E1DCA'

red 78 ◦ green 29 ◦ blue 202

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

Shades of Purple Heart #4E1DCA

Tints of Purple Heart #4E1DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 25.24%
G = 9.39%
B = 65.37%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E1DCA (or 0x4E1DCA) is known color: Purple Heart. HEX triplet: 4E, 1D and CA. RGB value is (78,29,202). Sum of RGB (Red+Green+Blue) = 78+29+202=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E1DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1DCA is #B1E235. Grayscale: #3E3E3E. Windows color (decimal): -11657782 or 13245774. OLE color: 13245774.

HSL color Cylindrical-coordinate representation of color #4E1DCA: hue angle of 256.99º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1DCA is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 29 202 -
CMYK 0.61 0.86 0 0.21
HSL 256.99º 0.75% 0.45% -
HSV(B) 256.99º 0.86% 0.79% -
XYZ 14.24 6.76 56.43 -
YUV 63.37 206.23 138.43 -
System Red Green Blue C M Y K H S L
Decimal 78 29 202 0.61 0.86 0 0.21 256.99 0.75 0.45
Hex 4E 1D CA 3D 56 0 15 101 4B 2D
Octal 116 35 312 75 126 0 25 401 113 55
Binary 1001110 11101 11001010 111101 1010110 0 10101 100000001 1001011 101101

Color Harmonies of #4E1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1DCA

Black with #4E1DCA

Text Example


Text Example

White with #4E1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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