Html Css Color HEX #482348 Hot Purple

📋 copy color: '#482348'

red 72 ◦ green 35 ◦ blue 72

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

Shades of Hot Purple #482348

Tints of Hot Purple #482348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 40.22%
G = 19.55%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482348 (or 0x482348) is known color: Hot Purple. HEX triplet: 48, 23 and 48. RGB value is (72,35,72). Sum of RGB (Red+Green+Blue) = 72+35+72=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482348 is #B7DCB7. Grayscale: #323232. Windows color (decimal): -12049592 or 4727624. OLE color: 4727624.

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

Color convert

RGB 72 35 72 -
CMYK 0 0.51 0 0.72
HSL 300º 0.35% 0.21% -
HSV(B) 300º 0.51% 0.28% -
XYZ 4.44 3.05 6.48 -
YUV 50.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 72 35 72 0 0.51 0 0.72 300 0.35 0.21
Hex 48 23 48 0 33 0 48 12C 23 15
Octal 110 43 110 0 63 0 110 454 43 25
Binary 1001000 100011 1001000 0 110011 0 1001000 100101100 100011 10101

Color Harmonies of #482348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482348

Black with #482348

Text Example


Text Example

White with #482348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482348; }

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

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

background-color css

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

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

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

border-color css

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

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

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