Html Css Color HEX #482748 Hot Purple

📋 copy color: '#482748'

red 72 ◦ green 39 ◦ blue 72

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

Shades of Hot Purple #482748

Tints of Hot Purple #482748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

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

R = 39.34%
G = 21.31%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482748 (or 0x482748) is known color: Hot Purple. HEX triplet: 48, 27 and 48. RGB value is (72,39,72). Sum of RGB (Red+Green+Blue) = 72+39+72=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482748 is #B7D8B7. Grayscale: #343434. Windows color (decimal): -12048568 or 4728648. OLE color: 4728648.

HSL color Cylindrical-coordinate representation of color #482748: hue angle of 300º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482748 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 72 -
CMYK 0 0.46 0 0.72
HSL 300º 0.3% 0.22% -
HSV(B) 300º 0.46% 0.28% -
XYZ 4.57 3.3 6.53 -
YUV 52.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 72 39 72 0 0.46 0 0.72 300 0.3 0.22
Hex 48 27 48 0 2E 0 48 12C 1E 16
Octal 110 47 110 0 56 0 110 454 36 26
Binary 1001000 100111 1001000 0 101110 0 1001000 100101100 11110 10110

Color Harmonies of #482748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482748

Black with #482748

Text Example


Text Example

White with #482748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482748; }

 p { color: rgb(72,39,72); }

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

background-color css

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

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

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

border-color css

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

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

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