Html Css Color HEX #4C084E Hot Purple

📋 copy color: '#4C084E'

red 76 ◦ green 8 ◦ blue 78

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

Shades of Hot Purple #4C084E

Tints of Hot Purple #4C084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 46.91%
G = 4.94%
B = 48.15%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C084E (or 0x4C084E) is known color: Hot Purple. HEX triplet: 4C, 08 and 4E. RGB value is (76,8,78). Sum of RGB (Red+Green+Blue) = 76+8+78=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C084E is #B3F7B1. Grayscale: #242424. Windows color (decimal): -11794354 or 5113932. OLE color: 5113932.

HSL color Cylindrical-coordinate representation of color #4C084E: hue angle of 298.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C084E is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 8 78 -
CMYK 0.03 0.90 0 0.69
HSL 298.29º 0.81% 0.17% -
HSV(B) 298.29º 0.9% 0.31% -
XYZ 4.44 2.26 7.41 -
YUV 36.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 76 8 78 0.03 0.90 0 0.69 298.29 0.81 0.17
Hex 4C 8 4E 3 5A 0 45 12A 51 11
Octal 114 10 116 3 132 0 105 452 121 21
Binary 1001100 1000 1001110 11 1011010 0 1000101 100101010 1010001 10001

Color Harmonies of #4C084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C084E

Black with #4C084E

Text Example


Text Example

White with #4C084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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