Html Css Color HEX #482648 Hot Purple

📋 copy color: '#482648'

red 72 ◦ green 38 ◦ blue 72

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

Shades of Hot Purple #482648

Tints of Hot Purple #482648

RGB

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

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

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

R = 39.56%
G = 20.88%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482648 (or 0x482648) is known color: Hot Purple. HEX triplet: 48, 26 and 48. RGB value is (72,38,72). Sum of RGB (Red+Green+Blue) = 72+38+72=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482648 is #B7D9B7. Grayscale: #333333. Windows color (decimal): -12048824 or 4728392. OLE color: 4728392.

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

Color convert

RGB 72 38 72 -
CMYK 0 0.47 0 0.72
HSL 300º 0.31% 0.22% -
HSV(B) 300º 0.47% 0.28% -
XYZ 4.54 3.23 6.52 -
YUV 52.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 72 38 72 0 0.47 0 0.72 300 0.31 0.22
Hex 48 26 48 0 2F 0 48 12C 1F 16
Octal 110 46 110 0 57 0 110 454 37 26
Binary 1001000 100110 1001000 0 101111 0 1001000 100101100 11111 10110

Color Harmonies of #482648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482648

Black with #482648

Text Example


Text Example

White with #482648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482648; }

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

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

background-color css

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

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

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

border-color css

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

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

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