Html Css Color HEX #4D224B Hot Purple

📋 copy color: '#4D224B'

red 77 ◦ green 34 ◦ blue 75

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

Shades of Hot Purple #4D224B

Tints of Hot Purple #4D224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 41.4%
G = 18.28%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D224B (or 0x4D224B) is known color: Hot Purple. HEX triplet: 4D, 22 and 4B. RGB value is (77,34,75). Sum of RGB (Red+Green+Blue) = 77+34+75=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D224B is #B2DDB4. Grayscale: #333333. Windows color (decimal): -11722165 or 4923981. OLE color: 4923981.

HSL color Cylindrical-coordinate representation of color #4D224B: hue angle of 302.79º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D224B is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 34 75 -
CMYK 0 0.56 0.03 0.70
HSL 302.79º 0.39% 0.22% -
HSV(B) 302.79º 0.56% 0.3% -
XYZ 4.9 3.23 7.02 -
YUV 51.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 77 34 75 0 0.56 0.03 0.70 302.79 0.39 0.22
Hex 4D 22 4B 0 38 3 46 12F 27 16
Octal 115 42 113 0 70 3 106 457 47 26
Binary 1001101 100010 1001011 0 111000 11 1000110 100101111 100111 10110

Color Harmonies of #4D224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D224B

Black with #4D224B

Text Example


Text Example

White with #4D224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,75); }

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

background-color css

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

 a { background-color: rgb(77,34,75); }

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

border-color css

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

 span { border-color: rgb(77,34,75); }

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