Html Css Color HEX #4D1ECA Purple Heart

📋 copy color: '#4D1ECA'

red 77 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #4D1ECA

Tints of Purple Heart #4D1ECA

RGB

 RED value IS 77 (30.47% from 255) = 24.92%

 GREEN value IS 30 (12.11% from 255) = 9.71%

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

R = 24.92%
G = 9.71%
B = 65.37%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D1ECA (or 0x4D1ECA) is known color: Purple Heart. HEX triplet: 4D, 1E and CA. RGB value is (77,30,202). Sum of RGB (Red+Green+Blue) = 77+30+202=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 30 (12.11% from 255 or 9.71% 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 #4D1ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1ECA is #B2E135. Grayscale: #3F3F3F. Windows color (decimal): -11723062 or 13246029. OLE color: 13246029.

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

Color convert

RGB 77 30 202 -
CMYK 0.62 0.85 0 0.21
HSL 256.4º 0.74% 0.45% -
HSV(B) 256.4º 0.85% 0.79% -
XYZ 14.19 6.77 56.44 -
YUV 63.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 77 30 202 0.62 0.85 0 0.21 256.4 0.74 0.45
Hex 4D 1E CA 3E 55 0 15 100 4A 2D
Octal 115 36 312 76 125 0 25 400 112 55
Binary 1001101 11110 11001010 111110 1010101 0 10101 100000000 1001010 101101

Color Harmonies of #4D1ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1ECA

Black with #4D1ECA

Text Example


Text Example

White with #4D1ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,202); }

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

background-color css

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

 a { background-color: rgb(77,30,202); }

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

border-color css

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

 span { border-color: rgb(77,30,202); }

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