Html Css Color HEX #4D31BE Purple Heart

📋 copy color: '#4D31BE'

red 77 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #4D31BE

Tints of Purple Heart #4D31BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 24.37%
G = 15.51%
B = 60.13%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D31BE (or 0x4D31BE) is known color: Purple Heart. HEX triplet: 4D, 31 and BE. RGB value is (77,49,190). Sum of RGB (Red+Green+Blue) = 77+49+190=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D31BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D31BE is #B2CE41. Grayscale: #484848. Windows color (decimal): -11718210 or 12464461. OLE color: 12464461.

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

Color convert

RGB 77 49 190 -
CMYK 0.59 0.74 0 0.25
HSL 251.91º 0.59% 0.47% -
HSV(B) 251.91º 0.74% 0.75% -
XYZ 13.45 7.49 49.45 -
YUV 73.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 77 49 190 0.59 0.74 0 0.25 251.91 0.59 0.47
Hex 4D 31 BE 3B 4A 0 19 FC 3B 2F
Octal 115 61 276 73 112 0 31 374 73 57
Binary 1001101 110001 10111110 111011 1001010 0 11001 11111100 111011 101111

Color Harmonies of #4D31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D31BE

Black with #4D31BE

Text Example


Text Example

White with #4D31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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