Html Css Color HEX #4B194F Hot Purple

📋 copy color: '#4B194F'

red 75 ◦ green 25 ◦ blue 79

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

Shades of Hot Purple #4B194F

Tints of Hot Purple #4B194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 79 (31.25% from 255) = 44.13%

R = 41.9%
G = 13.97%
B = 44.13%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B194F (or 0x4B194F) is known color: Hot Purple. HEX triplet: 4B, 19 and 4F. RGB value is (75,25,79). Sum of RGB (Red+Green+Blue) = 75+25+79=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B194F is #B4E6B0. Grayscale: #2D2D2D. Windows color (decimal): -11855537 or 5183819. OLE color: 5183819.

HSL color Cylindrical-coordinate representation of color #4B194F: hue angle of 295.56º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B194F is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 25 79 -
CMYK 0.05 0.68 0 0.69
HSL 295.56º 0.52% 0.2% -
HSV(B) 295.56º 0.68% 0.31% -
XYZ 4.66 2.76 7.68 -
YUV 46.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 75 25 79 0.05 0.68 0 0.69 295.56 0.52 0.2
Hex 4B 19 4F 5 44 0 45 128 34 14
Octal 113 31 117 5 104 0 105 450 64 24
Binary 1001011 11001 1001111 101 1000100 0 1000101 100101000 110100 10100

Color Harmonies of #4B194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B194F

Black with #4B194F

Text Example


Text Example

White with #4B194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,25,79); }

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

background-color css

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

 a { background-color: rgb(75,25,79); }

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

border-color css

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

 span { border-color: rgb(75,25,79); }

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