Html Css Color HEX #48224A Hot Purple

📋 copy color: '#48224A'

red 72 ◦ green 34 ◦ blue 74

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

Shades of Hot Purple #48224A

Tints of Hot Purple #48224A

RGB

 RED value IS 72 (28.52% from 255) = 40%

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 40%
G = 18.89%
B = 41.11%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48224A (or 0x48224A) is known color: Hot Purple. HEX triplet: 48, 22 and 4A. RGB value is (72,34,74). Sum of RGB (Red+Green+Blue) = 72+34+74=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #48224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48224A is #B7DDB5. Grayscale: #313131. Windows color (decimal): -12049846 or 4858440. OLE color: 4858440.

HSL color Cylindrical-coordinate representation of color #48224A: hue angle of 297º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48224A is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 34 74 -
CMYK 0.03 0.54 0 0.71
HSL 297º 0.37% 0.21% -
HSV(B) 297º 0.54% 0.29% -
XYZ 4.48 3.02 6.82 -
YUV 49.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 72 34 74 0.03 0.54 0 0.71 297 0.37 0.21
Hex 48 22 4A 3 36 0 47 129 25 15
Octal 110 42 112 3 66 0 107 451 45 25
Binary 1001000 100010 1001010 11 110110 0 1000111 100101001 100101 10101

Color Harmonies of #48224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48224A

Black with #48224A

Text Example


Text Example

White with #48224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48224A; }

 p { color: rgb(72,34,74); }

 H1.HeaderClassName
 {
   color: #48224A;
 }
 .AnyTagClassName
 {
   color: #48224A;
 }
</style>

background-color css

<style>
 a { background-color: #48224A; }

 a { background-color: rgb(72,34,74); }

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

border-color css

<style>
 span { border-color: #48224A; }

 span { border-color: rgb(72,34,74); }

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