Html Css Color HEX #4C074E Hot Purple

📋 copy color: '#4C074E'

red 76 ◦ green 7 ◦ blue 78

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

Shades of Hot Purple #4C074E

Tints of Hot Purple #4C074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 47.2%
G = 4.35%
B = 48.45%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C074E (or 0x4C074E) is known color: Hot Purple. HEX triplet: 4C, 07 and 4E. RGB value is (76,7,78). Sum of RGB (Red+Green+Blue) = 76+7+78=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C074E is #B3F8B1. Grayscale: #232323. Windows color (decimal): -11794610 or 5113676. OLE color: 5113676.

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

Color convert

RGB 76 7 78 -
CMYK 0.03 0.91 0 0.69
HSL 298.31º 0.84% 0.17% -
HSV(B) 298.31º 0.91% 0.31% -
XYZ 4.43 2.24 7.41 -
YUV 35.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 76 7 78 0.03 0.91 0 0.69 298.31 0.84 0.17
Hex 4C 7 4E 3 5B 0 45 12A 54 11
Octal 114 7 116 3 133 0 105 452 124 21
Binary 1001100 111 1001110 11 1011011 0 1000101 100101010 1010100 10001

Color Harmonies of #4C074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C074E

Black with #4C074E

Text Example


Text Example

White with #4C074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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