Html Css Color HEX #48284C Hot Purple

📋 copy color: '#48284C'

red 72 ◦ green 40 ◦ blue 76

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

Shades of Hot Purple #48284C

Tints of Hot Purple #48284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

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

R = 38.3%
G = 21.28%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48284C (or 0x48284C) is known color: Hot Purple. HEX triplet: 48, 28 and 4C. RGB value is (72,40,76). Sum of RGB (Red+Green+Blue) = 72+40+76=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #48284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48284C is #B7D7B3. Grayscale: #353535. Windows color (decimal): -12048308 or 4991048. OLE color: 4991048.

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

Color convert

RGB 72 40 76 -
CMYK 0.05 0.47 0 0.70
HSL 293.33º 0.31% 0.23% -
HSV(B) 293.33º 0.47% 0.3% -
XYZ 4.74 3.42 7.25 -
YUV 53.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 72 40 76 0.05 0.47 0 0.70 293.33 0.31 0.23
Hex 48 28 4C 5 2F 0 46 125 1F 17
Octal 110 50 114 5 57 0 106 445 37 27
Binary 1001000 101000 1001100 101 101111 0 1000110 100100101 11111 10111

Color Harmonies of #48284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48284C

Black with #48284C

Text Example


Text Example

White with #48284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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