Html Css Color HEX #4C284B Hot Purple

📋 copy color: '#4C284B'

red 76 ◦ green 40 ◦ blue 75

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

Shades of Hot Purple #4C284B

Tints of Hot Purple #4C284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.27%

R = 39.79%
G = 20.94%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C284B (or 0x4C284B) is known color: Hot Purple. HEX triplet: 4C, 28 and 4B. RGB value is (76,40,75). Sum of RGB (Red+Green+Blue) = 76+40+75=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C284B is #B3D7B4. Grayscale: #363636. Windows color (decimal): -11786165 or 4925516. OLE color: 4925516.

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

Color convert

RGB 76 40 75 -
CMYK 0 0.47 0.01 0.70
HSL 301.67º 0.31% 0.23% -
HSV(B) 301.67º 0.47% 0.3% -
XYZ 5.01 3.56 7.08 -
YUV 54.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 76 40 75 0 0.47 0.01 0.70 301.67 0.31 0.23
Hex 4C 28 4B 0 2F 1 46 12E 1F 17
Octal 114 50 113 0 57 1 106 456 37 27
Binary 1001100 101000 1001011 0 101111 1 1000110 100101110 11111 10111

Color Harmonies of #4C284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C284B

Black with #4C284B

Text Example


Text Example

White with #4C284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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