Html Css Color HEX #48204F Hot Purple

📋 copy color: '#48204F'

red 72 ◦ green 32 ◦ blue 79

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

Shades of Hot Purple #48204F

Tints of Hot Purple #48204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 39.34%
G = 17.49%
B = 43.17%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48204F (or 0x48204F) is known color: Hot Purple. HEX triplet: 48, 20 and 4F. RGB value is (72,32,79). Sum of RGB (Red+Green+Blue) = 72+32+79=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #48204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48204F is #B7DFB0. Grayscale: #313131. Windows color (decimal): -12050353 or 5185608. OLE color: 5185608.

HSL color Cylindrical-coordinate representation of color #48204F: hue angle of 291.06º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48204F is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 32 79 -
CMYK 0.09 0.59 0 0.69
HSL 291.06º 0.42% 0.22% -
HSV(B) 291.06º 0.59% 0.31% -
XYZ 4.6 2.98 7.73 -
YUV 49.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 72 32 79 0.09 0.59 0 0.69 291.06 0.42 0.22
Hex 48 20 4F 9 3B 0 45 123 2A 16
Octal 110 40 117 11 73 0 105 443 52 26
Binary 1001000 100000 1001111 1001 111011 0 1000101 100100011 101010 10110

Color Harmonies of #48204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48204F

Black with #48204F

Text Example


Text Example

White with #48204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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