Html Css Color HEX #4D33D7 Purple Heart

📋 copy color: '#4D33D7'

red 77 ◦ green 51 ◦ blue 215

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

Shades of Purple Heart #4D33D7

Tints of Purple Heart #4D33D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.68%

R = 22.45%
G = 14.87%
B = 62.68%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4D33D7 (or 0x4D33D7) is known color: Purple Heart. HEX triplet: 4D, 33 and D7. RGB value is (77,51,215). Sum of RGB (Red+Green+Blue) = 77+51+215=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 215 (84.38% from 255 or 62.68% from 343); Max value from RGB is 215 - color contains mainly: blue. Hex color #4D33D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33D7 is #B2CC28. Grayscale: #4C4C4C. Windows color (decimal): -11717673 or 14103373. OLE color: 14103373.

HSL color Cylindrical-coordinate representation of color #4D33D7: hue angle of 249.51º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D33D7 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 51 215 -
CMYK 0.64 0.76 0 0.16
HSL 249.51º 0.67% 0.52% -
HSV(B) 249.51º 0.76% 0.84% -
XYZ 16.51 8.85 65.13 -
YUV 77.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 77 51 215 0.64 0.76 0 0.16 249.51 0.67 0.52
Hex 4D 33 D7 40 4C 0 10 FA 43 34
Octal 115 63 327 100 114 0 20 372 103 64
Binary 1001101 110011 11010111 1000000 1001100 0 10000 11111010 1000011 110100

Color Harmonies of #4D33D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D33D7

Black with #4D33D7

Text Example


Text Example

White with #4D33D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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