Html Css Color HEX #4D06BE Purple Heart

📋 copy color: '#4D06BE'

red 77 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #4D06BE

Tints of Purple Heart #4D06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 28.21%
G = 2.2%
B = 69.6%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D06BE (or 0x4D06BE) is known color: Purple Heart. HEX triplet: 4D, 06 and BE. RGB value is (77,6,190). Sum of RGB (Red+Green+Blue) = 77+6+190=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D06BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06BE is #B2F941. Grayscale: #2F2F2F. Windows color (decimal): -11729218 or 12453453. OLE color: 12453453.

HSL color Cylindrical-coordinate representation of color #4D06BE: hue angle of 263.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06BE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 6 190 -
CMYK 0.59 0.97 0 0.25
HSL 263.15º 0.94% 0.38% -
HSV(B) 263.15º 0.97% 0.75% -
XYZ 12.42 5.43 49.11 -
YUV 48.21 208.02 148.54 -
System Red Green Blue C M Y K H S L
Decimal 77 6 190 0.59 0.97 0 0.25 263.15 0.94 0.38
Hex 4D 6 BE 3B 61 0 19 107 5E 26
Octal 115 6 276 73 141 0 31 407 136 46
Binary 1001101 110 10111110 111011 1100001 0 11001 100000111 1011110 100110

Color Harmonies of #4D06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D06BE

Black with #4D06BE

Text Example


Text Example

White with #4D06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,6,190); }

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

background-color css

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

 a { background-color: rgb(77,6,190); }

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

border-color css

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

 span { border-color: rgb(77,6,190); }

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