Html Css Color HEX #4D38BA Purple Heart

📋 copy color: '#4D38BA'

red 77 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #4D38BA

Tints of Purple Heart #4D38BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 24.14%
G = 17.55%
B = 58.31%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D38BA (or 0x4D38BA) is known color: Purple Heart. HEX triplet: 4D, 38 and BA. RGB value is (77,56,186). Sum of RGB (Red+Green+Blue) = 77+56+186=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D38BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38BA is #B2C745. Grayscale: #4C4C4C. Windows color (decimal): -11716422 or 12204109. OLE color: 12204109.

HSL color Cylindrical-coordinate representation of color #4D38BA: hue angle of 249.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D38BA is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 56 186 -
CMYK 0.59 0.70 0 0.27
HSL 249.69º 0.54% 0.47% -
HSV(B) 249.69º 0.7% 0.73% -
XYZ 13.34 7.95 47.29 -
YUV 77.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 77 56 186 0.59 0.70 0 0.27 249.69 0.54 0.47
Hex 4D 38 BA 3B 46 0 1B FA 36 2F
Octal 115 70 272 73 106 0 33 372 66 57
Binary 1001101 111000 10111010 111011 1000110 0 11011 11111010 110110 101111

Color Harmonies of #4D38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D38BA

Black with #4D38BA

Text Example


Text Example

White with #4D38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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