Html Css Color HEX #4B164E Hot Purple

📋 copy color: '#4B164E'

red 75 ◦ green 22 ◦ blue 78

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

Shades of Hot Purple #4B164E

Tints of Hot Purple #4B164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 42.86%
G = 12.57%
B = 44.57%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B164E (or 0x4B164E) is known color: Hot Purple. HEX triplet: 4B, 16 and 4E. RGB value is (75,22,78). Sum of RGB (Red+Green+Blue) = 75+22+78=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B164E is #B4E9B1. Grayscale: #2C2C2C. Windows color (decimal): -11856306 or 5117515. OLE color: 5117515.

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

Color convert

RGB 75 22 78 -
CMYK 0.04 0.72 0 0.69
HSL 296.79º 0.56% 0.2% -
HSV(B) 296.79º 0.72% 0.31% -
XYZ 4.56 2.62 7.47 -
YUV 44.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 75 22 78 0.04 0.72 0 0.69 296.79 0.56 0.2
Hex 4B 16 4E 4 48 0 45 129 38 14
Octal 113 26 116 4 110 0 105 451 70 24
Binary 1001011 10110 1001110 100 1001000 0 1000101 100101001 111000 10100

Color Harmonies of #4B164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B164E

Black with #4B164E

Text Example


Text Example

White with #4B164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,22,78); }

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

background-color css

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

 a { background-color: rgb(75,22,78); }

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

border-color css

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

 span { border-color: rgb(75,22,78); }

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