Html Css Color HEX #482152 Hot Purple

📋 copy color: '#482152'

red 72 ◦ green 33 ◦ blue 82

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

Shades of Hot Purple #482152

Tints of Hot Purple #482152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 38.5%
G = 17.65%
B = 43.85%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482152 (or 0x482152) is known color: Hot Purple. HEX triplet: 48, 21 and 52. RGB value is (72,33,82). Sum of RGB (Red+Green+Blue) = 72+33+82=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #482152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482152 is #B7DEAD. Grayscale: #323232. Windows color (decimal): -12050094 or 5382472. OLE color: 5382472.

HSL color Cylindrical-coordinate representation of color #482152: hue angle of 287.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482152 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 33 82 -
CMYK 0.12 0.60 0 0.68
HSL 287.76º 0.43% 0.23% -
HSV(B) 287.76º 0.6% 0.32% -
XYZ 4.74 3.07 8.33 -
YUV 50.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 72 33 82 0.12 0.60 0 0.68 287.76 0.43 0.23
Hex 48 21 52 C 3C 0 44 120 2B 17
Octal 110 41 122 14 74 0 104 440 53 27
Binary 1001000 100001 1010010 1100 111100 0 1000100 100100000 101011 10111

Color Harmonies of #482152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482152

Black with #482152

Text Example


Text Example

White with #482152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482152; }

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

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

background-color css

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

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

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

border-color css

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

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

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