Html Css Color HEX #482047 Hot Purple

📋 copy color: '#482047'

red 72 ◦ green 32 ◦ blue 71

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

Shades of Hot Purple #482047

Tints of Hot Purple #482047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 41.14%
G = 18.29%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#482047 (or 0x482047) is known color: Hot Purple. HEX triplet: 48, 20 and 47. RGB value is (72,32,71). Sum of RGB (Red+Green+Blue) = 72+32+71=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #482047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482047 is #B7DFB8. Grayscale: #303030. Windows color (decimal): -12050361 or 4661320. OLE color: 4661320.

HSL color Cylindrical-coordinate representation of color #482047: hue angle of 301.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482047 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 71 -
CMYK 0 0.56 0.01 0.72
HSL 301.5º 0.38% 0.2% -
HSV(B) 301.5º 0.56% 0.28% -
XYZ 4.33 2.87 6.29 -
YUV 48.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 72 32 71 0 0.56 0.01 0.72 301.5 0.38 0.2
Hex 48 20 47 0 38 1 48 12E 26 14
Octal 110 40 107 0 70 1 110 456 46 24
Binary 1001000 100000 1000111 0 111000 1 1001000 100101110 100110 10100

Color Harmonies of #482047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482047

Black with #482047

Text Example


Text Example

White with #482047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482047; }

 p { color: rgb(72,32,71); }

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

background-color css

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

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

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

border-color css

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

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

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