Html Css Color HEX #4D0EBA Purple Heart

📋 copy color: '#4D0EBA'

red 77 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #4D0EBA

Tints of Purple Heart #4D0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

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

R = 27.8%
G = 5.05%
B = 67.15%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D0EBA (or 0x4D0EBA) is known color: Purple Heart. HEX triplet: 4D, 0E and BA. RGB value is (77,14,186). Sum of RGB (Red+Green+Blue) = 77+14+186=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0EBA is #B2F145. Grayscale: #333333. Windows color (decimal): -11727174 or 12193357. OLE color: 12193357.

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

Color convert

RGB 77 14 186 -
CMYK 0.59 0.92 0 0.27
HSL 261.98º 0.86% 0.39% -
HSV(B) 261.98º 0.92% 0.73% -
XYZ 12.08 5.44 46.87 -
YUV 52.45 203.37 145.51 -
System Red Green Blue C M Y K H S L
Decimal 77 14 186 0.59 0.92 0 0.27 261.98 0.86 0.39
Hex 4D E BA 3B 5C 0 1B 106 56 27
Octal 115 16 272 73 134 0 33 406 126 47
Binary 1001101 1110 10111010 111011 1011100 0 11011 100000110 1010110 100111

Color Harmonies of #4D0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EBA

Black with #4D0EBA

Text Example


Text Example

White with #4D0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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