Html Css Color HEX #482650 Hot Purple

📋 copy color: '#482650'

red 72 ◦ green 38 ◦ blue 80

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

Shades of Hot Purple #482650

Tints of Hot Purple #482650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

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

R = 37.89%
G = 20%
B = 42.11%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482650 (or 0x482650) is known color: Hot Purple. HEX triplet: 48, 26 and 50. RGB value is (72,38,80). Sum of RGB (Red+Green+Blue) = 72+38+80=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #482650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482650 is #B7D9AF. Grayscale: #343434. Windows color (decimal): -12048816 or 5252680. OLE color: 5252680.

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

Color convert

RGB 72 38 80 -
CMYK 0.10 0.52 0 0.69
HSL 288.57º 0.36% 0.23% -
HSV(B) 288.57º 0.53% 0.31% -
XYZ 4.81 3.34 7.98 -
YUV 52.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 72 38 80 0.10 0.52 0 0.69 288.57 0.36 0.23
Hex 48 26 50 A 34 0 45 121 24 17
Octal 110 46 120 12 64 0 105 441 44 27
Binary 1001000 100110 1010000 1010 110100 0 1000101 100100001 100100 10111

Color Harmonies of #482650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482650

Black with #482650

Text Example


Text Example

White with #482650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482650; }

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

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

background-color css

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

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

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

border-color css

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

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

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