Html Css Color HEX #4D13AC Purple Heart

📋 copy color: '#4D13AC'

red 77 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4D13AC

Tints of Purple Heart #4D13AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 28.73%
G = 7.09%
B = 64.18%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D13AC (or 0x4D13AC) is known color: Purple Heart. HEX triplet: 4D, 13 and AC. RGB value is (77,19,172). Sum of RGB (Red+Green+Blue) = 77+19+172=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D13AC is #B2EC53. Grayscale: #353535. Windows color (decimal): -11725908 or 11277133. OLE color: 11277133.

HSL color Cylindrical-coordinate representation of color #4D13AC: hue angle of 262.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D13AC is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 19 172 -
CMYK 0.55 0.89 0 0.33
HSL 262.75º 0.8% 0.37% -
HSV(B) 262.75º 0.89% 0.67% -
XYZ 10.74 5.02 39.43 -
YUV 53.78 194.72 144.56 -
System Red Green Blue C M Y K H S L
Decimal 77 19 172 0.55 0.89 0 0.33 262.75 0.8 0.37
Hex 4D 13 AC 37 59 0 21 107 50 25
Octal 115 23 254 67 131 0 41 407 120 45
Binary 1001101 10011 10101100 110111 1011001 0 100001 100000111 1010000 100101

Color Harmonies of #4D13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D13AC

Black with #4D13AC

Text Example


Text Example

White with #4D13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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