Html Css Color HEX #48274E Hot Purple

📋 copy color: '#48274E'

red 72 ◦ green 39 ◦ blue 78

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

Shades of Hot Purple #48274E

Tints of Hot Purple #48274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 38.1%
G = 20.63%
B = 41.27%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48274E (or 0x48274E) is known color: Hot Purple. HEX triplet: 48, 27 and 4E. RGB value is (72,39,78). Sum of RGB (Red+Green+Blue) = 72+39+78=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #48274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48274E is #B7D8B1. Grayscale: #353535. Windows color (decimal): -12048562 or 5121864. OLE color: 5121864.

HSL color Cylindrical-coordinate representation of color #48274E: hue angle of 290.77º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48274E is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 39 78 -
CMYK 0.08 0.50 0 0.69
HSL 290.77º 0.33% 0.23% -
HSV(B) 290.77º 0.5% 0.31% -
XYZ 4.77 3.38 7.61 -
YUV 53.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 72 39 78 0.08 0.50 0 0.69 290.77 0.33 0.23
Hex 48 27 4E 8 32 0 45 123 21 17
Octal 110 47 116 10 62 0 105 443 41 27
Binary 1001000 100111 1001110 1000 110010 0 1000101 100100011 100001 10111

Color Harmonies of #48274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48274E

Black with #48274E

Text Example


Text Example

White with #48274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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