Html Css Color HEX #4C274C Hot Purple

📋 copy color: '#4C274C'

red 76 ◦ green 39 ◦ blue 76

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

Shades of Hot Purple #4C274C

Tints of Hot Purple #4C274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 39.79%
G = 20.42%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C274C (or 0x4C274C) is known color: Hot Purple. HEX triplet: 4C, 27 and 4C. RGB value is (76,39,76). Sum of RGB (Red+Green+Blue) = 76+39+76=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C274C is #B3D8B3. Grayscale: #363636. Windows color (decimal): -11786420 or 4990796. OLE color: 4990796.

HSL color Cylindrical-coordinate representation of color #4C274C: hue angle of 300º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C274C is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 39 76 -
CMYK 0 0.49 0 0.70
HSL 300º 0.32% 0.23% -
HSV(B) 300º 0.49% 0.3% -
XYZ 5.01 3.51 7.25 -
YUV 54.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 76 39 76 0 0.49 0 0.70 300 0.32 0.23
Hex 4C 27 4C 0 31 0 46 12C 20 17
Octal 114 47 114 0 61 0 106 454 40 27
Binary 1001100 100111 1001100 0 110001 0 1000110 100101100 100000 10111

Color Harmonies of #4C274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C274C

Black with #4C274C

Text Example


Text Example

White with #4C274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,76); }

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

background-color css

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

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

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

border-color css

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

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

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