Html Css Color HEX #4D28BC Purple Heart

📋 copy color: '#4D28BC'

red 77 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #4D28BC

Tints of Purple Heart #4D28BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 25.25%
G = 13.11%
B = 61.64%

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

#4D28BC (or 0x4D28BC) is known color: Purple Heart. HEX triplet: 4D, 28 and BC. RGB value is (77,40,188). Sum of RGB (Red+Green+Blue) = 77+40+188=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28BC is #B2D743. Grayscale: #434343. Windows color (decimal): -11720516 or 12331085. OLE color: 12331085.

HSL color Cylindrical-coordinate representation of color #4D28BC: hue angle of 255º degrees, saturation: 0.65, 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 #4D28BC is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 40 188 -
CMYK 0.59 0.79 0 0.26
HSL 255º 0.65% 0.45% -
HSV(B) 255º 0.79% 0.74% -
XYZ 12.9 6.73 48.2 -
YUV 67.94 195.76 134.47 -
System Red Green Blue C M Y K H S L
Decimal 77 40 188 0.59 0.79 0 0.26 255 0.65 0.45
Hex 4D 28 BC 3B 4F 0 1A FF 41 2D
Octal 115 50 274 73 117 0 32 377 101 55
Binary 1001101 101000 10111100 111011 1001111 0 11010 11111111 1000001 101101

Color Harmonies of #4D28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D28BC

Black with #4D28BC

Text Example


Text Example

White with #4D28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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