Html Css Color HEX #4D2BAB Purple Heart

📋 copy color: '#4D2BAB'

red 77 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #4D2BAB

Tints of Purple Heart #4D2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

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

R = 26.46%
G = 14.78%
B = 58.76%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D2BAB (or 0x4D2BAB) is known color: Purple Heart. HEX triplet: 4D, 2B and AB. RGB value is (77,43,171). Sum of RGB (Red+Green+Blue) = 77+43+171=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D2BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2BAB is #B2D454. Grayscale: #434343. Windows color (decimal): -11719765 or 11217741. OLE color: 11217741.

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

Color convert

RGB 77 43 171 -
CMYK 0.55 0.75 0 0.33
HSL 255.94º 0.6% 0.42% -
HSV(B) 255.94º 0.75% 0.67% -
XYZ 11.28 6.25 39.14 -
YUV 67.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 77 43 171 0.55 0.75 0 0.33 255.94 0.6 0.42
Hex 4D 2B AB 37 4B 0 21 100 3C 2A
Octal 115 53 253 67 113 0 41 400 74 52
Binary 1001101 101011 10101011 110111 1001011 0 100001 100000000 111100 101010

Color Harmonies of #4D2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2BAB

Black with #4D2BAB

Text Example


Text Example

White with #4D2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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