Html Css Color HEX #482F4A Hot Purple

📋 copy color: '#482F4A'

red 72 ◦ green 47 ◦ blue 74

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

Shades of Hot Purple #482F4A

Tints of Hot Purple #482F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 37.31%
G = 24.35%
B = 38.34%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482F4A (or 0x482F4A) is known color: Hot Purple. HEX triplet: 48, 2F and 4A. RGB value is (72,47,74). Sum of RGB (Red+Green+Blue) = 72+47+74=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #482F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F4A is #B7D0B5. Grayscale: #393939. Windows color (decimal): -12046518 or 4861768. OLE color: 4861768.

HSL color Cylindrical-coordinate representation of color #482F4A: hue angle of 295.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #482F4A is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 47 74 -
CMYK 0.03 0.36 0 0.71
HSL 295.56º 0.22% 0.24% -
HSV(B) 295.56º 0.36% 0.29% -
XYZ 4.93 3.91 6.97 -
YUV 57.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 72 47 74 0.03 0.36 0 0.71 295.56 0.22 0.24
Hex 48 2F 4A 3 24 0 47 128 16 18
Octal 110 57 112 3 44 0 107 450 26 30
Binary 1001000 101111 1001010 11 100100 0 1000111 100101000 10110 11000

Color Harmonies of #482F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F4A

Black with #482F4A

Text Example


Text Example

White with #482F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,47,74); }

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

background-color css

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

 a { background-color: rgb(72,47,74); }

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

border-color css

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

 span { border-color: rgb(72,47,74); }

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