Html Css Color HEX #4B154E Hot Purple

📋 copy color: '#4B154E'

red 75 ◦ green 21 ◦ blue 78

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

Shades of Hot Purple #4B154E

Tints of Hot Purple #4B154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 43.1%
G = 12.07%
B = 44.83%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B154E (or 0x4B154E) is known color: Hot Purple. HEX triplet: 4B, 15 and 4E. RGB value is (75,21,78). Sum of RGB (Red+Green+Blue) = 75+21+78=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B154E is #B4EAB1. Grayscale: #2B2B2B. Windows color (decimal): -11856562 or 5117259. OLE color: 5117259.

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

Color convert

RGB 75 21 78 -
CMYK 0.04 0.73 0 0.69
HSL 296.84º 0.58% 0.19% -
HSV(B) 296.84º 0.73% 0.31% -
XYZ 4.54 2.58 7.47 -
YUV 43.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 75 21 78 0.04 0.73 0 0.69 296.84 0.58 0.19
Hex 4B 15 4E 4 49 0 45 129 3A 13
Octal 113 25 116 4 111 0 105 451 72 23
Binary 1001011 10101 1001110 100 1001001 0 1000101 100101001 111010 10011

Color Harmonies of #4B154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B154E

Black with #4B154E

Text Example


Text Example

White with #4B154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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