Html Css Color HEX #48274D Hot Purple

📋 copy color: '#48274D'

red 72 ◦ green 39 ◦ blue 77

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

Shades of Hot Purple #48274D

Tints of Hot Purple #48274D

RGB

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

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

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

R = 38.3%
G = 20.74%
B = 40.96%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48274D (or 0x48274D) is known color: Hot Purple. HEX triplet: 48, 27 and 4D. RGB value is (72,39,77). Sum of RGB (Red+Green+Blue) = 72+39+77=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #48274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48274D is #B7D8B2. Grayscale: #353535. Windows color (decimal): -12048563 or 5056328. OLE color: 5056328.

HSL color Cylindrical-coordinate representation of color #48274D: hue angle of 292.11º degrees, saturation: 0.33, 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 #48274D is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 39 77 -
CMYK 0.06 0.49 0 0.70
HSL 292.11º 0.33% 0.23% -
HSV(B) 292.11º 0.49% 0.3% -
XYZ 4.74 3.36 7.42 -
YUV 53.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 72 39 77 0.06 0.49 0 0.70 292.11 0.33 0.23
Hex 48 27 4D 6 31 0 46 124 21 17
Octal 110 47 115 6 61 0 106 444 41 27
Binary 1001000 100111 1001101 110 110001 0 1000110 100100100 100001 10111

Color Harmonies of #48274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48274D

Black with #48274D

Text Example


Text Example

White with #48274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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