Html Css Color HEX #4C284F Hot Purple

📋 copy color: '#4C284F'

red 76 ◦ green 40 ◦ blue 79

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

Shades of Hot Purple #4C284F

Tints of Hot Purple #4C284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 38.97%
G = 20.51%
B = 40.51%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C284F (or 0x4C284F) is known color: Hot Purple. HEX triplet: 4C, 28 and 4F. RGB value is (76,40,79). Sum of RGB (Red+Green+Blue) = 76+40+79=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C284F is #B3D7B0. Grayscale: #373737. Windows color (decimal): -11786161 or 5187660. OLE color: 5187660.

HSL color Cylindrical-coordinate representation of color #4C284F: hue angle of 295.38º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C284F is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 40 79 -
CMYK 0.04 0.49 0 0.69
HSL 295.38º 0.33% 0.23% -
HSV(B) 295.38º 0.49% 0.31% -
XYZ 5.15 3.62 7.82 -
YUV 55.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 76 40 79 0.04 0.49 0 0.69 295.38 0.33 0.23
Hex 4C 28 4F 4 31 0 45 127 21 17
Octal 114 50 117 4 61 0 105 447 41 27
Binary 1001100 101000 1001111 100 110001 0 1000101 100100111 100001 10111

Color Harmonies of #4C284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C284F

Black with #4C284F

Text Example


Text Example

White with #4C284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,79); }

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

background-color css

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

 a { background-color: rgb(76,40,79); }

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

border-color css

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

 span { border-color: rgb(76,40,79); }

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