Html Css Color HEX #48274C Hot Purple

📋 copy color: '#48274C'

red 72 ◦ green 39 ◦ blue 76

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

Shades of Hot Purple #48274C

Tints of Hot Purple #48274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 38.5%
G = 20.86%
B = 40.64%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48274C (or 0x48274C) is known color: Hot Purple. HEX triplet: 48, 27 and 4C. RGB value is (72,39,76). Sum of RGB (Red+Green+Blue) = 72+39+76=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #48274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48274C is #B7D8B3. Grayscale: #343434. Windows color (decimal): -12048564 or 4990792. OLE color: 4990792.

HSL color Cylindrical-coordinate representation of color #48274C: hue angle of 293.51º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48274C is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 39 76 -
CMYK 0.05 0.49 0 0.70
HSL 293.51º 0.32% 0.23% -
HSV(B) 293.51º 0.49% 0.3% -
XYZ 4.7 3.35 7.24 -
YUV 53.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 72 39 76 0.05 0.49 0 0.70 293.51 0.32 0.23
Hex 48 27 4C 5 31 0 46 126 20 17
Octal 110 47 114 5 61 0 106 446 40 27
Binary 1001000 100111 1001100 101 110001 0 1000110 100100110 100000 10111

Color Harmonies of #48274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48274C

Black with #48274C

Text Example


Text Example

White with #48274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48274C; }

 p { color: rgb(72,39,76); }

 H1.HeaderClassName
 {
   color: #48274C;
 }
 .AnyTagClassName
 {
   color: #48274C;
 }
</style>

background-color css

<style>
 a { background-color: #48274C; }

 a { background-color: rgb(72,39,76); }

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

border-color css

<style>
 span { border-color: #48274C; }

 span { border-color: rgb(72,39,76); }

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