Html Css Color HEX #4D14BE Purple Heart

📋 copy color: '#4D14BE'

red 77 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #4D14BE

Tints of Purple Heart #4D14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

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

R = 26.83%
G = 6.97%
B = 66.2%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D14BE (or 0x4D14BE) is known color: Purple Heart. HEX triplet: 4D, 14 and BE. RGB value is (77,20,190). Sum of RGB (Red+Green+Blue) = 77+20+190=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D14BE is #B2EB41. Grayscale: #373737. Windows color (decimal): -11725634 or 12457037. OLE color: 12457037.

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

Color convert

RGB 77 20 190 -
CMYK 0.59 0.89 0 0.25
HSL 260.12º 0.81% 0.41% -
HSV(B) 260.12º 0.89% 0.75% -
XYZ 12.6 5.8 49.17 -
YUV 56.42 203.38 142.68 -
System Red Green Blue C M Y K H S L
Decimal 77 20 190 0.59 0.89 0 0.25 260.12 0.81 0.41
Hex 4D 14 BE 3B 59 0 19 104 51 29
Octal 115 24 276 73 131 0 31 404 121 51
Binary 1001101 10100 10111110 111011 1011001 0 11001 100000100 1010001 101001

Color Harmonies of #4D14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D14BE

Black with #4D14BE

Text Example


Text Example

White with #4D14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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