Html Css Color HEX #4D27AA Purple Heart

📋 copy color: '#4D27AA'

red 77 ◦ green 39 ◦ blue 170

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

Shades of Purple Heart #4D27AA

Tints of Purple Heart #4D27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 26.92%
G = 13.64%
B = 59.44%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D27AA (or 0x4D27AA) is known color: Purple Heart. HEX triplet: 4D, 27 and AA. RGB value is (77,39,170). Sum of RGB (Red+Green+Blue) = 77+39+170=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D27AA is #B2D855. Grayscale: #404040. Windows color (decimal): -11720790 or 11151181. OLE color: 11151181.

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

Color convert

RGB 77 39 170 -
CMYK 0.55 0.77 0 0.33
HSL 257.4º 0.63% 0.41% -
HSV(B) 257.4º 0.77% 0.67% -
XYZ 11.04 5.93 38.59 -
YUV 65.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 77 39 170 0.55 0.77 0 0.33 257.4 0.63 0.41
Hex 4D 27 AA 37 4D 0 21 101 3F 29
Octal 115 47 252 67 115 0 41 401 77 51
Binary 1001101 100111 10101010 110111 1001101 0 100001 100000001 111111 101001

Color Harmonies of #4D27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D27AA

Black with #4D27AA

Text Example


Text Example

White with #4D27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,170); }

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

background-color css

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

 a { background-color: rgb(77,39,170); }

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

border-color css

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

 span { border-color: rgb(77,39,170); }

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