Html Css Color HEX #4D38BC Purple Heart

📋 copy color: '#4D38BC'

red 77 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #4D38BC

Tints of Purple Heart #4D38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

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

R = 23.99%
G = 17.45%
B = 58.57%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D38BC (or 0x4D38BC) is known color: Purple Heart. HEX triplet: 4D, 38 and BC. RGB value is (77,56,188). Sum of RGB (Red+Green+Blue) = 77+56+188=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38BC is #B2C743. Grayscale: #4C4C4C. Windows color (decimal): -11716420 or 12335181. OLE color: 12335181.

HSL color Cylindrical-coordinate representation of color #4D38BC: hue angle of 249.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D38BC is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 56 188 -
CMYK 0.59 0.70 0 0.26
HSL 249.55º 0.54% 0.48% -
HSV(B) 249.55º 0.7% 0.74% -
XYZ 13.55 8.04 48.41 -
YUV 77.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 77 56 188 0.59 0.70 0 0.26 249.55 0.54 0.48
Hex 4D 38 BC 3B 46 0 1A FA 36 30
Octal 115 70 274 73 106 0 32 372 66 60
Binary 1001101 111000 10111100 111011 1000110 0 11010 11111010 110110 110000

Color Harmonies of #4D38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D38BC

Black with #4D38BC

Text Example


Text Example

White with #4D38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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