Html Css Color HEX #482B50 Hot Purple

📋 copy color: '#482B50'

red 72 ◦ green 43 ◦ blue 80

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

Shades of Hot Purple #482B50

Tints of Hot Purple #482B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

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

R = 36.92%
G = 22.05%
B = 41.03%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482B50 (or 0x482B50) is known color: Hot Purple. HEX triplet: 48, 2B and 50. RGB value is (72,43,80). Sum of RGB (Red+Green+Blue) = 72+43+80=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #482B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B50 is #B7D4AF. Grayscale: #373737. Windows color (decimal): -12047536 or 5253960. OLE color: 5253960.

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

Color convert

RGB 72 43 80 -
CMYK 0.10 0.46 0 0.69
HSL 287.03º 0.3% 0.24% -
HSV(B) 287.03º 0.46% 0.31% -
XYZ 4.98 3.68 8.04 -
YUV 55.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 72 43 80 0.10 0.46 0 0.69 287.03 0.3 0.24
Hex 48 2B 50 A 2E 0 45 11F 1E 18
Octal 110 53 120 12 56 0 105 437 36 30
Binary 1001000 101011 1010000 1010 101110 0 1000101 100011111 11110 11000

Color Harmonies of #482B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B50

Black with #482B50

Text Example


Text Example

White with #482B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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