Html Css Color HEX #48264D Hot Purple

📋 copy color: '#48264D'

red 72 ◦ green 38 ◦ blue 77

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

Shades of Hot Purple #48264D

Tints of Hot Purple #48264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 38.5%
G = 20.32%
B = 41.18%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48264D (or 0x48264D) is known color: Hot Purple. HEX triplet: 48, 26 and 4D. RGB value is (72,38,77). Sum of RGB (Red+Green+Blue) = 72+38+77=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #48264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48264D is #B7D9B2. Grayscale: #343434. Windows color (decimal): -12048819 or 5056072. OLE color: 5056072.

HSL color Cylindrical-coordinate representation of color #48264D: hue angle of 292.31º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48264D is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 38 77 -
CMYK 0.06 0.51 0 0.70
HSL 292.31º 0.34% 0.23% -
HSV(B) 292.31º 0.51% 0.3% -
XYZ 4.71 3.3 7.41 -
YUV 52.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 72 38 77 0.06 0.51 0 0.70 292.31 0.34 0.23
Hex 48 26 4D 6 33 0 46 124 22 17
Octal 110 46 115 6 63 0 106 444 42 27
Binary 1001000 100110 1001101 110 110011 0 1000110 100100100 100010 10111

Color Harmonies of #48264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48264D

Black with #48264D

Text Example


Text Example

White with #48264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48264D; }

 p { color: rgb(72,38,77); }

 H1.HeaderClassName
 {
   color: #48264D;
 }
 .AnyTagClassName
 {
   color: #48264D;
 }
</style>

background-color css

<style>
 a { background-color: #48264D; }

 a { background-color: rgb(72,38,77); }

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

border-color css

<style>
 span { border-color: #48264D; }

 span { border-color: rgb(72,38,77); }

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