Html Css Color HEX #4B054D Hot Purple

📋 copy color: '#4B054D'

red 75 ◦ green 5 ◦ blue 77

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

Shades of Hot Purple #4B054D

Tints of Hot Purple #4B054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 47.77%
G = 3.18%
B = 49.04%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4B054D (or 0x4B054D) is known color: Hot Purple. HEX triplet: 4B, 05 and 4D. RGB value is (75,5,77). Sum of RGB (Red+Green+Blue) = 75+5+77=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B054D is #B4FAB2. Grayscale: #212121. Windows color (decimal): -11860659 or 5047627. OLE color: 5047627.

HSL color Cylindrical-coordinate representation of color #4B054D: hue angle of 298.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B054D is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 5 77 -
CMYK 0.03 0.94 0 0.70
HSL 298.33º 0.88% 0.16% -
HSV(B) 298.33º 0.94% 0.3% -
XYZ 4.3 2.14 7.21 -
YUV 34.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 75 5 77 0.03 0.94 0 0.70 298.33 0.88 0.16
Hex 4B 5 4D 3 5E 0 46 12A 58 10
Octal 113 5 115 3 136 0 106 452 130 20
Binary 1001011 101 1001101 11 1011110 0 1000110 100101010 1011000 10000

Color Harmonies of #4B054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B054D

Black with #4B054D

Text Example


Text Example

White with #4B054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,77); }

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

background-color css

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

 a { background-color: rgb(75,5,77); }

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

border-color css

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

 span { border-color: rgb(75,5,77); }

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