Html Css Color HEX #4A144B Hot Purple

📋 copy color: '#4A144B'

red 74 ◦ green 20 ◦ blue 75

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

Shades of Hot Purple #4A144B

Tints of Hot Purple #4A144B

RGB

 RED value IS 74 (29.3% from 255) = 43.79%

 GREEN value IS 20 (8.2% from 255) = 11.83%

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 43.79%
G = 11.83%
B = 44.38%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A144B (or 0x4A144B) is known color: Hot Purple. HEX triplet: 4A, 14 and 4B. RGB value is (74,20,75). Sum of RGB (Red+Green+Blue) = 74+20+75=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A144B is #B5EBB4. Grayscale: #2A2A2A. Windows color (decimal): -11922357 or 4920394. OLE color: 4920394.

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

Color convert

RGB 74 20 75 -
CMYK 0.01 0.73 0 0.71
HSL 298.91º 0.58% 0.19% -
HSV(B) 298.91º 0.73% 0.29% -
XYZ 4.34 2.46 6.9 -
YUV 42.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 74 20 75 0.01 0.73 0 0.71 298.91 0.58 0.19
Hex 4A 14 4B 1 49 0 47 12B 3A 13
Octal 112 24 113 1 111 0 107 453 72 23
Binary 1001010 10100 1001011 1 1001001 0 1000111 100101011 111010 10011

Color Harmonies of #4A144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A144B

Black with #4A144B

Text Example


Text Example

White with #4A144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,20,75); }

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

background-color css

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

 a { background-color: rgb(74,20,75); }

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

border-color css

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

 span { border-color: rgb(74,20,75); }

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