Html Css Color HEX #4C224E Hot Purple

📋 copy color: '#4C224E'

red 76 ◦ green 34 ◦ blue 78

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

Shades of Hot Purple #4C224E

Tints of Hot Purple #4C224E

RGB

 RED value IS 76 (30.08% from 255) = 40.43%

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

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 40.43%
G = 18.09%
B = 41.49%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C224E (or 0x4C224E) is known color: Hot Purple. HEX triplet: 4C, 22 and 4E. RGB value is (76,34,78). Sum of RGB (Red+Green+Blue) = 76+34+78=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C224E is #B3DDB1. Grayscale: #333333. Windows color (decimal): -11787698 or 5120588. OLE color: 5120588.

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

Color convert

RGB 76 34 78 -
CMYK 0.03 0.56 0 0.69
HSL 297.27º 0.39% 0.22% -
HSV(B) 297.27º 0.56% 0.31% -
XYZ 4.93 3.23 7.57 -
YUV 51.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 76 34 78 0.03 0.56 0 0.69 297.27 0.39 0.22
Hex 4C 22 4E 3 38 0 45 129 27 16
Octal 114 42 116 3 70 0 105 451 47 26
Binary 1001100 100010 1001110 11 111000 0 1000101 100101001 100111 10110

Color Harmonies of #4C224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C224E

Black with #4C224E

Text Example


Text Example

White with #4C224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,78); }

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

background-color css

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

 a { background-color: rgb(76,34,78); }

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

border-color css

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

 span { border-color: rgb(76,34,78); }

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