Html Css Color HEX #4D12AB Purple Heart

📋 copy color: '#4D12AB'

red 77 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #4D12AB

Tints of Purple Heart #4D12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 28.95%
G = 6.77%
B = 64.29%

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

#4D12AB (or 0x4D12AB) is known color: Purple Heart. HEX triplet: 4D, 12 and AB. RGB value is (77,18,171). Sum of RGB (Red+Green+Blue) = 77+18+171=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D12AB is #B2ED54. Grayscale: #343434. Windows color (decimal): -11726165 or 11211341. OLE color: 11211341.

HSL color Cylindrical-coordinate representation of color #4D12AB: hue angle of 263.14º degrees, saturation: 0.81, 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 #4D12AB is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 18 171 -
CMYK 0.55 0.89 0 0.33
HSL 263.14º 0.81% 0.37% -
HSV(B) 263.14º 0.89% 0.67% -
XYZ 10.63 4.95 38.92 -
YUV 53.08 194.55 145.06 -
System Red Green Blue C M Y K H S L
Decimal 77 18 171 0.55 0.89 0 0.33 263.14 0.81 0.37
Hex 4D 12 AB 37 59 0 21 107 51 25
Octal 115 22 253 67 131 0 41 407 121 45
Binary 1001101 10010 10101011 110111 1011001 0 100001 100000111 1010001 100101

Color Harmonies of #4D12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D12AB

Black with #4D12AB

Text Example


Text Example

White with #4D12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,171); }

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

background-color css

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

 a { background-color: rgb(77,18,171); }

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

border-color css

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

 span { border-color: rgb(77,18,171); }

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