Html Css Color HEX #482B4F Hot Purple

📋 copy color: '#482B4F'

red 72 ◦ green 43 ◦ blue 79

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

Shades of Hot Purple #482B4F

Tints of Hot Purple #482B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 37.11%
G = 22.16%
B = 40.72%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482B4F (or 0x482B4F) is known color: Hot Purple. HEX triplet: 48, 2B and 4F. RGB value is (72,43,79). Sum of RGB (Red+Green+Blue) = 72+43+79=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #482B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B4F is #B7D4B0. Grayscale: #373737. Windows color (decimal): -12047537 or 5188424. OLE color: 5188424.

HSL color Cylindrical-coordinate representation of color #482B4F: hue angle of 288.33º 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 #482B4F is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 43 79 -
CMYK 0.09 0.46 0 0.69
HSL 288.33º 0.3% 0.24% -
HSV(B) 288.33º 0.46% 0.31% -
XYZ 4.95 3.67 7.84 -
YUV 55.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 72 43 79 0.09 0.46 0 0.69 288.33 0.3 0.24
Hex 48 2B 4F 9 2E 0 45 120 1E 18
Octal 110 53 117 11 56 0 105 440 36 30
Binary 1001000 101011 1001111 1001 101110 0 1000101 100100000 11110 11000

Color Harmonies of #482B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B4F

Black with #482B4F

Text Example


Text Example

White with #482B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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