Html Css Color HEX #4D27BC Purple Heart

📋 copy color: '#4D27BC'

red 77 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #4D27BC

Tints of Purple Heart #4D27BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.84%

R = 25.33%
G = 12.83%
B = 61.84%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D27BC (or 0x4D27BC) is known color: Purple Heart. HEX triplet: 4D, 27 and BC. RGB value is (77,39,188). Sum of RGB (Red+Green+Blue) = 77+39+188=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D27BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D27BC is #B2D843. Grayscale: #424242. Windows color (decimal): -11720772 or 12330829. OLE color: 12330829.

HSL color Cylindrical-coordinate representation of color #4D27BC: hue angle of 255.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D27BC is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 39 188 -
CMYK 0.59 0.79 0 0.26
HSL 255.3º 0.66% 0.45% -
HSV(B) 255.3º 0.79% 0.74% -
XYZ 12.86 6.66 48.18 -
YUV 67.35 196.09 134.88 -
System Red Green Blue C M Y K H S L
Decimal 77 39 188 0.59 0.79 0 0.26 255.3 0.66 0.45
Hex 4D 27 BC 3B 4F 0 1A FF 42 2D
Octal 115 47 274 73 117 0 32 377 102 55
Binary 1001101 100111 10111100 111011 1001111 0 11010 11111111 1000010 101101

Color Harmonies of #4D27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D27BC

Black with #4D27BC

Text Example


Text Example

White with #4D27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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