Html Css Color HEX #4D2BAE Purple Heart

📋 copy color: '#4D2BAE'

red 77 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #4D2BAE

Tints of Purple Heart #4D2BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 26.19%
G = 14.63%
B = 59.18%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D2BAE (or 0x4D2BAE) is known color: Purple Heart. HEX triplet: 4D, 2B and AE. RGB value is (77,43,174). Sum of RGB (Red+Green+Blue) = 77+43+174=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2BAE is #B2D451. Grayscale: #434343. Windows color (decimal): -11719762 or 11414349. OLE color: 11414349.

HSL color Cylindrical-coordinate representation of color #4D2BAE: hue angle of 255.57º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2BAE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 43 174 -
CMYK 0.56 0.75 0 0.32
HSL 255.57º 0.6% 0.43% -
HSV(B) 255.57º 0.75% 0.68% -
XYZ 11.56 6.36 40.66 -
YUV 68.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 77 43 174 0.56 0.75 0 0.32 255.57 0.6 0.43
Hex 4D 2B AE 38 4B 0 20 100 3C 2B
Octal 115 53 256 70 113 0 40 400 74 53
Binary 1001101 101011 10101110 111000 1001011 0 100000 100000000 111100 101011

Color Harmonies of #4D2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2BAE

Black with #4D2BAE

Text Example


Text Example

White with #4D2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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