Html Css Color HEX #482548 Hot Purple

📋 copy color: '#482548'

red 72 ◦ green 37 ◦ blue 72

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

Shades of Hot Purple #482548

Tints of Hot Purple #482548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 39.78%
G = 20.44%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482548 (or 0x482548) is known color: Hot Purple. HEX triplet: 48, 25 and 48. RGB value is (72,37,72). Sum of RGB (Red+Green+Blue) = 72+37+72=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482548 is #B7DAB7. Grayscale: #333333. Windows color (decimal): -12049080 or 4728136. OLE color: 4728136.

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

Color convert

RGB 72 37 72 -
CMYK 0 0.49 0 0.72
HSL 300º 0.32% 0.21% -
HSV(B) 300º 0.49% 0.28% -
XYZ 4.5 3.17 6.51 -
YUV 51.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 72 37 72 0 0.49 0 0.72 300 0.32 0.21
Hex 48 25 48 0 31 0 48 12C 20 15
Octal 110 45 110 0 61 0 110 454 40 25
Binary 1001000 100101 1001000 0 110001 0 1001000 100101100 100000 10101

Color Harmonies of #482548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482548

Black with #482548

Text Example


Text Example

White with #482548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482548; }

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

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

background-color css

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

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

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

border-color css

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

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

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