Html Css Color HEX #4D34BC Purple Heart

📋 copy color: '#4D34BC'

red 77 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #4D34BC

Tints of Purple Heart #4D34BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 24.29%
G = 16.4%
B = 59.31%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D34BC (or 0x4D34BC) is known color: Purple Heart. HEX triplet: 4D, 34 and BC. RGB value is (77,52,188). Sum of RGB (Red+Green+Blue) = 77+52+188=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34BC is #B2CB43. Grayscale: #4A4A4A. Windows color (decimal): -11717444 or 12334157. OLE color: 12334157.

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

Color convert

RGB 77 52 188 -
CMYK 0.59 0.72 0 0.26
HSL 251.03º 0.57% 0.47% -
HSV(B) 251.03º 0.72% 0.74% -
XYZ 13.37 7.66 48.35 -
YUV 74.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 77 52 188 0.59 0.72 0 0.26 251.03 0.57 0.47
Hex 4D 34 BC 3B 48 0 1A FB 39 2F
Octal 115 64 274 73 110 0 32 373 71 57
Binary 1001101 110100 10111100 111011 1001000 0 11010 11111011 111001 101111

Color Harmonies of #4D34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D34BC

Black with #4D34BC

Text Example


Text Example

White with #4D34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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