Html Css Color HEX #4D13BE Purple Heart

📋 copy color: '#4D13BE'

red 77 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #4D13BE

Tints of Purple Heart #4D13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 26.92%
G = 6.64%
B = 66.43%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D13BE (or 0x4D13BE) is known color: Purple Heart. HEX triplet: 4D, 13 and BE. RGB value is (77,19,190). Sum of RGB (Red+Green+Blue) = 77+19+190=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D13BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13BE is #B2EC41. Grayscale: #373737. Windows color (decimal): -11725890 or 12456781. OLE color: 12456781.

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

Color convert

RGB 77 19 190 -
CMYK 0.59 0.90 0 0.25
HSL 260.35º 0.82% 0.41% -
HSV(B) 260.35º 0.9% 0.75% -
XYZ 12.59 5.76 49.16 -
YUV 55.84 203.72 143.1 -
System Red Green Blue C M Y K H S L
Decimal 77 19 190 0.59 0.90 0 0.25 260.35 0.82 0.41
Hex 4D 13 BE 3B 5A 0 19 104 52 29
Octal 115 23 276 73 132 0 31 404 122 51
Binary 1001101 10011 10111110 111011 1011010 0 11001 100000100 1010010 101001

Color Harmonies of #4D13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D13BE

Black with #4D13BE

Text Example


Text Example

White with #4D13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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