Html Css Color HEX #4D32DB Purple Heart

📋 copy color: '#4D32DB'

red 77 ◦ green 50 ◦ blue 219

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

Shades of Purple Heart #4D32DB

Tints of Purple Heart #4D32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 22.25%
G = 14.45%
B = 63.29%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D32DB (or 0x4D32DB) is known color: Purple Heart. HEX triplet: 4D, 32 and DB. RGB value is (77,50,219). Sum of RGB (Red+Green+Blue) = 77+50+219=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D32DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32DB is #B2CD24. Grayscale: #4C4C4C. Windows color (decimal): -11717925 or 14365261. OLE color: 14365261.

HSL color Cylindrical-coordinate representation of color #4D32DB: hue angle of 249.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D32DB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 50 219 -
CMYK 0.65 0.77 0 0.14
HSL 249.59º 0.7% 0.53% -
HSV(B) 249.59º 0.77% 0.86% -
XYZ 16.99 8.97 67.85 -
YUV 77.34 207.95 127.76 -
System Red Green Blue C M Y K H S L
Decimal 77 50 219 0.65 0.77 0 0.14 249.59 0.7 0.53
Hex 4D 32 DB 41 4D 0 E FA 46 35
Octal 115 62 333 101 115 0 16 372 106 65
Binary 1001101 110010 11011011 1000001 1001101 0 1110 11111010 1000110 110101

Color Harmonies of #4D32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D32DB

Black with #4D32DB

Text Example


Text Example

White with #4D32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,219); }

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

background-color css

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

 a { background-color: rgb(77,50,219); }

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

border-color css

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

 span { border-color: rgb(77,50,219); }

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