Html Css Color HEX #4D38BF Purple Heart

📋 copy color: '#4D38BF'

red 77 ◦ green 56 ◦ blue 191

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

Shades of Purple Heart #4D38BF

Tints of Purple Heart #4D38BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.95%

R = 23.77%
G = 17.28%
B = 58.95%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D38BF (or 0x4D38BF) is known color: Purple Heart. HEX triplet: 4D, 38 and BF. RGB value is (77,56,191). Sum of RGB (Red+Green+Blue) = 77+56+191=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D38BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38BF is #B2C740. Grayscale: #4D4D4D. Windows color (decimal): -11716417 or 12531789. OLE color: 12531789.

HSL color Cylindrical-coordinate representation of color #4D38BF: hue angle of 249.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D38BF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 56 191 -
CMYK 0.60 0.71 0 0.25
HSL 249.33º 0.55% 0.48% -
HSV(B) 249.33º 0.71% 0.75% -
XYZ 13.88 8.17 50.14 -
YUV 77.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 77 56 191 0.60 0.71 0 0.25 249.33 0.55 0.48
Hex 4D 38 BF 3C 47 0 19 F9 37 30
Octal 115 70 277 74 107 0 31 371 67 60
Binary 1001101 111000 10111111 111100 1000111 0 11001 11111001 110111 110000

Color Harmonies of #4D38BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D38BF

Black with #4D38BF

Text Example


Text Example

White with #4D38BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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