Html Css Color HEX #482649 Hot Purple

📋 copy color: '#482649'

red 72 ◦ green 38 ◦ blue 73

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

Shades of Hot Purple #482649

Tints of Hot Purple #482649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 39.34%
G = 20.77%
B = 39.89%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482649 (or 0x482649) is known color: Hot Purple. HEX triplet: 48, 26 and 49. RGB value is (72,38,73). Sum of RGB (Red+Green+Blue) = 72+38+73=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #482649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482649 is #B7D9B6. Grayscale: #343434. Windows color (decimal): -12048823 or 4793928. OLE color: 4793928.

HSL color Cylindrical-coordinate representation of color #482649: hue angle of 298.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #482649 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 38 73 -
CMYK 0.01 0.48 0 0.71
HSL 298.29º 0.32% 0.22% -
HSV(B) 298.29º 0.48% 0.29% -
XYZ 4.57 3.24 6.69 -
YUV 52.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 72 38 73 0.01 0.48 0 0.71 298.29 0.32 0.22
Hex 48 26 49 1 30 0 47 12A 20 16
Octal 110 46 111 1 60 0 107 452 40 26
Binary 1001000 100110 1001001 1 110000 0 1000111 100101010 100000 10110

Color Harmonies of #482649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482649

Black with #482649

Text Example


Text Example

White with #482649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482649; }

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

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

background-color css

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

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

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

border-color css

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

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

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