Html Css Color HEX #482850 Hot Purple

📋 copy color: '#482850'

red 72 ◦ green 40 ◦ blue 80

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

Shades of Hot Purple #482850

Tints of Hot Purple #482850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

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

R = 37.5%
G = 20.83%
B = 41.67%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482850 (or 0x482850) is known color: Hot Purple. HEX triplet: 48, 28 and 50. RGB value is (72,40,80). Sum of RGB (Red+Green+Blue) = 72+40+80=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #482850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482850 is #B7D7AF. Grayscale: #363636. Windows color (decimal): -12048304 or 5253192. OLE color: 5253192.

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

Color convert

RGB 72 40 80 -
CMYK 0.10 0.5 0 0.69
HSL 288º 0.33% 0.24% -
HSV(B) 288º 0.5% 0.31% -
XYZ 4.88 3.47 8 -
YUV 54.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 72 40 80 0.10 0.5 0 0.69 288 0.33 0.24
Hex 48 28 50 A 32 0 45 120 21 18
Octal 110 50 120 12 62 0 105 440 41 30
Binary 1001000 101000 1010000 1010 110010 0 1000101 100100000 100001 11000

Color Harmonies of #482850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482850

Black with #482850

Text Example


Text Example

White with #482850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482850; }

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

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

background-color css

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

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

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

border-color css

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

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

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