Html Css Color HEX #482750 Hot Purple

📋 copy color: '#482750'

red 72 ◦ green 39 ◦ blue 80

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

Shades of Hot Purple #482750

Tints of Hot Purple #482750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

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

R = 37.7%
G = 20.42%
B = 41.88%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482750 (or 0x482750) is known color: Hot Purple. HEX triplet: 48, 27 and 50. RGB value is (72,39,80). Sum of RGB (Red+Green+Blue) = 72+39+80=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #482750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482750 is #B7D8AF. Grayscale: #353535. Windows color (decimal): -12048560 or 5252936. OLE color: 5252936.

HSL color Cylindrical-coordinate representation of color #482750: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482750 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 39 80 -
CMYK 0.10 0.51 0 0.69
HSL 288.29º 0.34% 0.23% -
HSV(B) 288.29º 0.51% 0.31% -
XYZ 4.85 3.41 7.99 -
YUV 53.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 72 39 80 0.10 0.51 0 0.69 288.29 0.34 0.23
Hex 48 27 50 A 33 0 45 120 22 17
Octal 110 47 120 12 63 0 105 440 42 27
Binary 1001000 100111 1010000 1010 110011 0 1000101 100100000 100010 10111

Color Harmonies of #482750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482750

Black with #482750

Text Example


Text Example

White with #482750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482750; }

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

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

background-color css

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

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

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

border-color css

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

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

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