Html Css Color HEX #482052 Hot Purple

📋 copy color: '#482052'

red 72 ◦ green 32 ◦ blue 82

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

Shades of Hot Purple #482052

Tints of Hot Purple #482052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 38.71%
G = 17.2%
B = 44.09%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482052 (or 0x482052) is known color: Hot Purple. HEX triplet: 48, 20 and 52. RGB value is (72,32,82). Sum of RGB (Red+Green+Blue) = 72+32+82=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #482052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482052 is #B7DFAD. Grayscale: #313131. Windows color (decimal): -12050350 or 5382216. OLE color: 5382216.

HSL color Cylindrical-coordinate representation of color #482052: hue angle of 288º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482052 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 32 82 -
CMYK 0.12 0.61 0 0.68
HSL 288º 0.44% 0.22% -
HSV(B) 288º 0.61% 0.32% -
XYZ 4.71 3.02 8.32 -
YUV 49.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 72 32 82 0.12 0.61 0 0.68 288 0.44 0.22
Hex 48 20 52 C 3D 0 44 120 2C 16
Octal 110 40 122 14 75 0 104 440 54 26
Binary 1001000 100000 1010010 1100 111101 0 1000100 100100000 101100 10110

Color Harmonies of #482052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482052

Black with #482052

Text Example


Text Example

White with #482052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482052; }

 p { color: rgb(72,32,82); }

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

background-color css

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

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

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

border-color css

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

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

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