Html Css Color HEX #4D29BC Purple Heart

📋 copy color: '#4D29BC'

red 77 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #4D29BC

Tints of Purple Heart #4D29BC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 25.16%
G = 13.4%
B = 61.44%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D29BC (or 0x4D29BC) is known color: Purple Heart. HEX triplet: 4D, 29 and BC. RGB value is (77,41,188). Sum of RGB (Red+Green+Blue) = 77+41+188=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D29BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D29BC is #B2D643. Grayscale: #434343. Windows color (decimal): -11720260 or 12331341. OLE color: 12331341.

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

Color convert

RGB 77 41 188 -
CMYK 0.59 0.78 0 0.26
HSL 254.69º 0.64% 0.45% -
HSV(B) 254.69º 0.78% 0.74% -
XYZ 12.93 6.79 48.21 -
YUV 68.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 77 41 188 0.59 0.78 0 0.26 254.69 0.64 0.45
Hex 4D 29 BC 3B 4E 0 1A FF 40 2D
Octal 115 51 274 73 116 0 32 377 100 55
Binary 1001101 101001 10111100 111011 1001110 0 11010 11111111 1000000 101101

Color Harmonies of #4D29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D29BC

Black with #4D29BC

Text Example


Text Example

White with #4D29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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