Html Css Color HEX #4D1EBA Purple Heart

📋 copy color: '#4D1EBA'

red 77 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #4D1EBA

Tints of Purple Heart #4D1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 26.28%
G = 10.24%
B = 63.48%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D1EBA (or 0x4D1EBA) is known color: Purple Heart. HEX triplet: 4D, 1E and BA. RGB value is (77,30,186). Sum of RGB (Red+Green+Blue) = 77+30+186=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1EBA is #B2E145. Grayscale: #3D3D3D. Windows color (decimal): -11723078 or 12197453. OLE color: 12197453.

HSL color Cylindrical-coordinate representation of color #4D1EBA: hue angle of 258.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1EBA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 30 186 -
CMYK 0.59 0.84 0 0.27
HSL 258.08º 0.72% 0.42% -
HSV(B) 258.08º 0.84% 0.73% -
XYZ 12.39 6.05 46.97 -
YUV 61.84 198.07 138.82 -
System Red Green Blue C M Y K H S L
Decimal 77 30 186 0.59 0.84 0 0.27 258.08 0.72 0.42
Hex 4D 1E BA 3B 54 0 1B 102 48 2A
Octal 115 36 272 73 124 0 33 402 110 52
Binary 1001101 11110 10111010 111011 1010100 0 11011 100000010 1001000 101010

Color Harmonies of #4D1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EBA

Black with #4D1EBA

Text Example


Text Example

White with #4D1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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