Html Css Color HEX #4A3251 Hot Purple

📋 copy color: '#4A3251'

red 74 ◦ green 50 ◦ blue 81

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

Shades of Hot Purple #4A3251

Tints of Hot Purple #4A3251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 36.1%
G = 24.39%
B = 39.51%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A3251 (or 0x4A3251) is known color: Hot Purple. HEX triplet: 4A, 32 and 51. RGB value is (74,50,81). Sum of RGB (Red+Green+Blue) = 74+50+81=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A3251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3251 is #B5CDAE. Grayscale: #3C3C3C. Windows color (decimal): -11914671 or 5321290. OLE color: 5321290.

HSL color Cylindrical-coordinate representation of color #4A3251: hue angle of 286.45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3251 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 50 81 -
CMYK 0.09 0.38 0 0.68
HSL 286.45º 0.24% 0.26% -
HSV(B) 286.45º 0.38% 0.32% -
XYZ 5.45 4.33 8.33 -
YUV 60.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 74 50 81 0.09 0.38 0 0.68 286.45 0.24 0.26
Hex 4A 32 51 9 26 0 44 11E 18 1A
Octal 112 62 121 11 46 0 104 436 30 32
Binary 1001010 110010 1010001 1001 100110 0 1000100 100011110 11000 11010

Color Harmonies of #4A3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3251

Black with #4A3251

Text Example


Text Example

White with #4A3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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