Html Css Color HEX #4A324B Hot Purple

📋 copy color: '#4A324B'

red 74 ◦ green 50 ◦ blue 75

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

Shades of Hot Purple #4A324B

Tints of Hot Purple #4A324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 37.19%
G = 25.13%
B = 37.69%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A324B (or 0x4A324B) is known color: Hot Purple. HEX triplet: 4A, 32 and 4B. RGB value is (74,50,75). Sum of RGB (Red+Green+Blue) = 74+50+75=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A324B is #B5CDB4. Grayscale: #3B3B3B. Windows color (decimal): -11914677 or 4928074. OLE color: 4928074.

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

Color convert

RGB 74 50 75 -
CMYK 0.01 0.33 0 0.71
HSL 297.6º 0.2% 0.25% -
HSV(B) 297.6º 0.33% 0.29% -
XYZ 5.23 4.25 7.2 -
YUV 60.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 74 50 75 0.01 0.33 0 0.71 297.6 0.2 0.25
Hex 4A 32 4B 1 21 0 47 12A 14 19
Octal 112 62 113 1 41 0 107 452 24 31
Binary 1001010 110010 1001011 1 100001 0 1000111 100101010 10100 11001

Color Harmonies of #4A324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A324B

Black with #4A324B

Text Example


Text Example

White with #4A324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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