Html Css Color HEX #4D27BA Purple Heart

📋 copy color: '#4D27BA'

red 77 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #4D27BA

Tints of Purple Heart #4D27BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 25.5%
G = 12.91%
B = 61.59%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D27BA (or 0x4D27BA) is known color: Purple Heart. HEX triplet: 4D, 27 and BA. RGB value is (77,39,186). Sum of RGB (Red+Green+Blue) = 77+39+186=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D27BA is #B2D845. Grayscale: #424242. Windows color (decimal): -11720774 or 12199757. OLE color: 12199757.

HSL color Cylindrical-coordinate representation of color #4D27BA: hue angle of 255.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D27BA is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 39 186 -
CMYK 0.59 0.79 0 0.27
HSL 255.51º 0.65% 0.44% -
HSV(B) 255.51º 0.79% 0.73% -
XYZ 12.65 6.57 47.06 -
YUV 67.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 77 39 186 0.59 0.79 0 0.27 255.51 0.65 0.44
Hex 4D 27 BA 3B 4F 0 1B 100 41 2C
Octal 115 47 272 73 117 0 33 400 101 54
Binary 1001101 100111 10111010 111011 1001111 0 11011 100000000 1000001 101100

Color Harmonies of #4D27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D27BA

Black with #4D27BA

Text Example


Text Example

White with #4D27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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