Html Css Color HEX #482251 Hot Purple

📋 copy color: '#482251'

red 72 ◦ green 34 ◦ blue 81

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

Shades of Hot Purple #482251

Tints of Hot Purple #482251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 38.5%
G = 18.18%
B = 43.32%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482251 (or 0x482251) is known color: Hot Purple. HEX triplet: 48, 22 and 51. RGB value is (72,34,81). Sum of RGB (Red+Green+Blue) = 72+34+81=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #482251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482251 is #B7DDAE. Grayscale: #323232. Windows color (decimal): -12049839 or 5317192. OLE color: 5317192.

HSL color Cylindrical-coordinate representation of color #482251: hue angle of 288.51º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482251 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 34 81 -
CMYK 0.11 0.58 0 0.68
HSL 288.51º 0.41% 0.23% -
HSV(B) 288.51º 0.58% 0.32% -
XYZ 4.73 3.12 8.14 -
YUV 50.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 72 34 81 0.11 0.58 0 0.68 288.51 0.41 0.23
Hex 48 22 51 B 3A 0 44 121 29 17
Octal 110 42 121 13 72 0 104 441 51 27
Binary 1001000 100010 1010001 1011 111010 0 1000100 100100001 101001 10111

Color Harmonies of #482251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482251

Black with #482251

Text Example


Text Example

White with #482251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482251; }

 p { color: rgb(72,34,81); }

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

background-color css

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

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

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

border-color css

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

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

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