Html Css Color HEX #482948 Hot Purple

📋 copy color: '#482948'

red 72 ◦ green 41 ◦ blue 72

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

Shades of Hot Purple #482948

Tints of Hot Purple #482948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

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

R = 38.92%
G = 22.16%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482948 (or 0x482948) is known color: Hot Purple. HEX triplet: 48, 29 and 48. RGB value is (72,41,72). Sum of RGB (Red+Green+Blue) = 72+41+72=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482948 is #B7D6B7. Grayscale: #353535. Windows color (decimal): -12048056 or 4729160. OLE color: 4729160.

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

Color convert

RGB 72 41 72 -
CMYK 0 0.43 0 0.72
HSL 300º 0.27% 0.22% -
HSV(B) 300º 0.43% 0.28% -
XYZ 4.64 3.43 6.55 -
YUV 53.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 72 41 72 0 0.43 0 0.72 300 0.27 0.22
Hex 48 29 48 0 2B 0 48 12C 1B 16
Octal 110 51 110 0 53 0 110 454 33 26
Binary 1001000 101001 1001000 0 101011 0 1001000 100101100 11011 10110

Color Harmonies of #482948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482948

Black with #482948

Text Example


Text Example

White with #482948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482948; }

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

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

background-color css

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

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

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

border-color css

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

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

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