Html Css Color HEX #482448 Hot Purple

📋 copy color: '#482448'

red 72 ◦ green 36 ◦ blue 72

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

Shades of Hot Purple #482448

Tints of Hot Purple #482448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482448 (or 0x482448) is known color: Hot Purple. HEX triplet: 48, 24 and 48. RGB value is (72,36,72). Sum of RGB (Red+Green+Blue) = 72+36+72=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482448 is #B7DBB7. Grayscale: #323232. Windows color (decimal): -12049336 or 4727880. OLE color: 4727880.

HSL color Cylindrical-coordinate representation of color #482448: hue angle of 300º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482448 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 72 -
CMYK 0 0.5 0 0.72
HSL 300º 0.33% 0.21% -
HSV(B) 300º 0.5% 0.28% -
XYZ 4.47 3.11 6.49 -
YUV 50.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 72 36 72 0 0.5 0 0.72 300 0.33 0.21
Hex 48 24 48 0 32 0 48 12C 21 15
Octal 110 44 110 0 62 0 110 454 41 25
Binary 1001000 100100 1001000 0 110010 0 1001000 100101100 100001 10101

Color Harmonies of #482448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482448

Black with #482448

Text Example


Text Example

White with #482448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482448; }

 p { color: rgb(72,36,72); }

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

background-color css

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

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

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

border-color css

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

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

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