Html Css Color HEX #4B284C Hot Purple

📋 copy color: '#4B284C'

red 75 ◦ green 40 ◦ blue 76

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

Shades of Hot Purple #4B284C

Tints of Hot Purple #4B284C

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4B284C: hue angle of 298.33º 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 #4B284C is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 40 76 -
CMYK 0.01 0.47 0 0.70
HSL 298.33º 0.31% 0.23% -
HSV(B) 298.33º 0.47% 0.3% -
XYZ 4.96 3.54 7.26 -
YUV 54.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 75 40 76 0.01 0.47 0 0.70 298.33 0.31 0.23
Hex 4B 28 4C 1 2F 0 46 12A 1F 17
Octal 113 50 114 1 57 0 106 452 37 27
Binary 1001011 101000 1001100 1 101111 0 1000110 100101010 11111 10111

Color Harmonies of #4B284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B284C

Black with #4B284C

Text Example


Text Example

White with #4B284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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