Html Css Color HEX #481F47 Hot Purple

📋 copy color: '#481F47'

red 72 ◦ green 31 ◦ blue 71

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

Shades of Hot Purple #481F47

Tints of Hot Purple #481F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.82%

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

R = 41.38%
G = 17.82%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481F47 (or 0x481F47) is known color: Hot Purple. HEX triplet: 48, 1F and 47. RGB value is (72,31,71). Sum of RGB (Red+Green+Blue) = 72+31+71=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #481F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F47 is #B7E0B8. Grayscale: #2F2F2F. Windows color (decimal): -12050617 or 4661064. OLE color: 4661064.

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

Color convert

RGB 72 31 71 -
CMYK 0 0.57 0.01 0.72
HSL 301.46º 0.4% 0.2% -
HSV(B) 301.46º 0.57% 0.28% -
XYZ 4.3 2.81 6.28 -
YUV 47.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 72 31 71 0 0.57 0.01 0.72 301.46 0.4 0.2
Hex 48 1F 47 0 39 1 48 12D 28 14
Octal 110 37 107 0 71 1 110 455 50 24
Binary 1001000 11111 1000111 0 111001 1 1001000 100101101 101000 10100

Color Harmonies of #481F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F47

Black with #481F47

Text Example


Text Example

White with #481F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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