Html Css Color HEX #481D50 Hot Purple

📋 copy color: '#481D50'

red 72 ◦ green 29 ◦ blue 80

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

Shades of Hot Purple #481D50

Tints of Hot Purple #481D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.02%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 39.78%
G = 16.02%
B = 44.2%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#481D50 (or 0x481D50) is known color: Hot Purple. HEX triplet: 48, 1D and 50. RGB value is (72,29,80). Sum of RGB (Red+Green+Blue) = 72+29+80=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #481D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D50 is #B7E2AF. Grayscale: #2F2F2F. Windows color (decimal): -12051120 or 5250376. OLE color: 5250376.

HSL color Cylindrical-coordinate representation of color #481D50: hue angle of 290.59º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481D50 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 29 80 -
CMYK 0.10 0.64 0 0.69
HSL 290.59º 0.47% 0.21% -
HSV(B) 290.59º 0.64% 0.31% -
XYZ 4.56 2.84 7.9 -
YUV 47.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 72 29 80 0.10 0.64 0 0.69 290.59 0.47 0.21
Hex 48 1D 50 A 40 0 45 123 2F 15
Octal 110 35 120 12 100 0 105 443 57 25
Binary 1001000 11101 1010000 1010 1000000 0 1000101 100100011 101111 10101

Color Harmonies of #481D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D50

Black with #481D50

Text Example


Text Example

White with #481D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,80); }

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

background-color css

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

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

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

border-color css

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

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

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