Html Css Color HEX #48204A Hot Purple

📋 copy color: '#48204A'

red 72 ◦ green 32 ◦ blue 74

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

Shades of Hot Purple #48204A

Tints of Hot Purple #48204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 40.45%
G = 17.98%
B = 41.57%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48204A (or 0x48204A) is known color: Hot Purple. HEX triplet: 48, 20 and 4A. RGB value is (72,32,74). Sum of RGB (Red+Green+Blue) = 72+32+74=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #48204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48204A is #B7DFB5. Grayscale: #303030. Windows color (decimal): -12050358 or 4857928. OLE color: 4857928.

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

Color convert

RGB 72 32 74 -
CMYK 0.03 0.57 0 0.71
HSL 297.14º 0.4% 0.21% -
HSV(B) 297.14º 0.57% 0.29% -
XYZ 4.43 2.91 6.81 -
YUV 48.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 72 32 74 0.03 0.57 0 0.71 297.14 0.4 0.21
Hex 48 20 4A 3 39 0 47 129 28 15
Octal 110 40 112 3 71 0 107 451 50 25
Binary 1001000 100000 1001010 11 111001 0 1000111 100101001 101000 10101

Color Harmonies of #48204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48204A

Black with #48204A

Text Example


Text Example

White with #48204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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