Html Css Color HEX #482C4F Hot Purple

📋 copy color: '#482C4F'

red 72 ◦ green 44 ◦ blue 79

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

Shades of Hot Purple #482C4F

Tints of Hot Purple #482C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 36.92%
G = 22.56%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482C4F (or 0x482C4F) is known color: Hot Purple. HEX triplet: 48, 2C and 4F. RGB value is (72,44,79). Sum of RGB (Red+Green+Blue) = 72+44+79=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #482C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C4F is #B7D3B0. Grayscale: #383838. Windows color (decimal): -12047281 or 5188680. OLE color: 5188680.

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

Color convert

RGB 72 44 79 -
CMYK 0.09 0.44 0 0.69
HSL 288º 0.28% 0.24% -
HSV(B) 288º 0.44% 0.31% -
XYZ 4.98 3.74 7.86 -
YUV 56.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 72 44 79 0.09 0.44 0 0.69 288 0.28 0.24
Hex 48 2C 4F 9 2C 0 45 120 1C 18
Octal 110 54 117 11 54 0 105 440 34 30
Binary 1001000 101100 1001111 1001 101100 0 1000101 100100000 11100 11000

Color Harmonies of #482C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C4F

Black with #482C4F

Text Example


Text Example

White with #482C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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