Html Css Color HEX #4D33DB Purple Heart

📋 copy color: '#4D33DB'

red 77 ◦ green 51 ◦ blue 219

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

Shades of Purple Heart #4D33DB

Tints of Purple Heart #4D33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.7%

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

R = 22.19%
G = 14.7%
B = 63.11%

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

#4D33DB (or 0x4D33DB) is known color: Purple Heart. HEX triplet: 4D, 33 and DB. RGB value is (77,51,219). Sum of RGB (Red+Green+Blue) = 77+51+219=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D33DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33DB is #B2CC24. Grayscale: #4D4D4D. Windows color (decimal): -11717669 or 14365517. OLE color: 14365517.

HSL color Cylindrical-coordinate representation of color #4D33DB: hue angle of 249.29º 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 #4D33DB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 51 219 -
CMYK 0.65 0.77 0 0.14
HSL 249.29º 0.7% 0.53% -
HSV(B) 249.29º 0.77% 0.86% -
XYZ 17.03 9.06 67.87 -
YUV 77.93 207.61 127.34 -
System Red Green Blue C M Y K H S L
Decimal 77 51 219 0.65 0.77 0 0.14 249.29 0.7 0.53
Hex 4D 33 DB 41 4D 0 E F9 46 35
Octal 115 63 333 101 115 0 16 371 106 65
Binary 1001101 110011 11011011 1000001 1001101 0 1110 11111001 1000110 110101

Color Harmonies of #4D33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D33DB

Black with #4D33DB

Text Example


Text Example

White with #4D33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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