Html Css Color HEX #481E50 Hot Purple

📋 copy color: '#481E50'

red 72 ◦ green 30 ◦ blue 80

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

Shades of Hot Purple #481E50

Tints of Hot Purple #481E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.48%

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

R = 39.56%
G = 16.48%
B = 43.96%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#481E50 (or 0x481E50) is known color: Hot Purple. HEX triplet: 48, 1E and 50. RGB value is (72,30,80). Sum of RGB (Red+Green+Blue) = 72+30+80=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #481E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E50 is #B7E1AF. Grayscale: #303030. Windows color (decimal): -12050864 or 5250632. OLE color: 5250632.

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

Color convert

RGB 72 30 80 -
CMYK 0.10 0.62 0 0.69
HSL 290.4º 0.45% 0.22% -
HSV(B) 290.4º 0.63% 0.31% -
XYZ 4.58 2.89 7.9 -
YUV 48.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 72 30 80 0.10 0.62 0 0.69 290.4 0.45 0.22
Hex 48 1E 50 A 3E 0 45 122 2D 16
Octal 110 36 120 12 76 0 105 442 55 26
Binary 1001000 11110 1010000 1010 111110 0 1000101 100100010 101101 10110

Color Harmonies of #481E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E50

Black with #481E50

Text Example


Text Example

White with #481E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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