Html Css Color HEX #482149 Hot Purple

📋 copy color: '#482149'

red 72 ◦ green 33 ◦ blue 73

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

Shades of Hot Purple #482149

Tints of Hot Purple #482149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 40.45%
G = 18.54%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482149 (or 0x482149) is known color: Hot Purple. HEX triplet: 48, 21 and 49. RGB value is (72,33,73). Sum of RGB (Red+Green+Blue) = 72+33+73=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #482149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482149 is #B7DEB6. Grayscale: #313131. Windows color (decimal): -12050103 or 4792648. OLE color: 4792648.

HSL color Cylindrical-coordinate representation of color #482149: hue angle of 298.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #482149 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 33 73 -
CMYK 0.01 0.55 0 0.71
HSL 298.5º 0.38% 0.21% -
HSV(B) 298.5º 0.55% 0.29% -
XYZ 4.42 2.95 6.64 -
YUV 49.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 72 33 73 0.01 0.55 0 0.71 298.5 0.38 0.21
Hex 48 21 49 1 37 0 47 12A 26 15
Octal 110 41 111 1 67 0 107 452 46 25
Binary 1001000 100001 1001001 1 110111 0 1000111 100101010 100110 10101

Color Harmonies of #482149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482149

Black with #482149

Text Example


Text Example

White with #482149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482149; }

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

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

background-color css

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

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

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

border-color css

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

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

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