Html Css Color HEX #4C2754 Hot Purple

📋 copy color: '#4C2754'

red 76 ◦ green 39 ◦ blue 84

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

Shades of Hot Purple #4C2754

Tints of Hot Purple #4C2754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 38.19%
G = 19.6%
B = 42.21%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C2754 (or 0x4C2754) is known color: Hot Purple. HEX triplet: 4C, 27 and 54. RGB value is (76,39,84). Sum of RGB (Red+Green+Blue) = 76+39+84=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C2754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2754 is #B3D8AB. Grayscale: #373737. Windows color (decimal): -11786412 or 5515084. OLE color: 5515084.

HSL color Cylindrical-coordinate representation of color #4C2754: hue angle of 289.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2754 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 39 84 -
CMYK 0.10 0.54 0 0.67
HSL 289.33º 0.37% 0.24% -
HSV(B) 289.33º 0.54% 0.33% -
XYZ 5.31 3.63 8.81 -
YUV 55.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 76 39 84 0.10 0.54 0 0.67 289.33 0.37 0.24
Hex 4C 27 54 A 36 0 43 121 25 18
Octal 114 47 124 12 66 0 103 441 45 30
Binary 1001100 100111 1010100 1010 110110 0 1000011 100100001 100101 11000

Color Harmonies of #4C2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2754

Black with #4C2754

Text Example


Text Example

White with #4C2754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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