Html Css Color HEX #482148 Hot Purple

📋 copy color: '#482148'

red 72 ◦ green 33 ◦ blue 72

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

Shades of Hot Purple #482148

Tints of Hot Purple #482148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

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

R = 40.68%
G = 18.64%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482148 (or 0x482148) is known color: Hot Purple. HEX triplet: 48, 21 and 48. RGB value is (72,33,72). Sum of RGB (Red+Green+Blue) = 72+33+72=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482148 is #B7DEB7. Grayscale: #303030. Windows color (decimal): -12050104 or 4727112. OLE color: 4727112.

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

Color convert

RGB 72 33 72 -
CMYK 0 0.54 0 0.72
HSL 300º 0.37% 0.21% -
HSV(B) 300º 0.54% 0.28% -
XYZ 4.39 2.93 6.47 -
YUV 49.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 72 33 72 0 0.54 0 0.72 300 0.37 0.21
Hex 48 21 48 0 36 0 48 12C 25 15
Octal 110 41 110 0 66 0 110 454 45 25
Binary 1001000 100001 1001000 0 110110 0 1001000 100101100 100101 10101

Color Harmonies of #482148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482148

Black with #482148

Text Example


Text Example

White with #482148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482148; }

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

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

background-color css

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

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

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

border-color css

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

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

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