Html Css Color HEX #482250 Hot Purple

📋 copy color: '#482250'

red 72 ◦ green 34 ◦ blue 80

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

Shades of Hot Purple #482250

Tints of Hot Purple #482250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 38.71%
G = 18.28%
B = 43.01%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482250 (or 0x482250) is known color: Hot Purple. HEX triplet: 48, 22 and 50. RGB value is (72,34,80). Sum of RGB (Red+Green+Blue) = 72+34+80=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #482250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482250 is #B7DDAF. Grayscale: #323232. Windows color (decimal): -12049840 or 5251656. OLE color: 5251656.

HSL color Cylindrical-coordinate representation of color #482250: hue angle of 289.57º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482250 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 34 80 -
CMYK 0.10 0.58 0 0.69
HSL 289.57º 0.4% 0.22% -
HSV(B) 289.57º 0.58% 0.31% -
XYZ 4.69 3.1 7.94 -
YUV 50.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 72 34 80 0.10 0.58 0 0.69 289.57 0.4 0.22
Hex 48 22 50 A 3A 0 45 122 28 16
Octal 110 42 120 12 72 0 105 442 50 26
Binary 1001000 100010 1010000 1010 111010 0 1000101 100100010 101000 10110

Color Harmonies of #482250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482250

Black with #482250

Text Example


Text Example

White with #482250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482250; }

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

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

background-color css

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

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

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

border-color css

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

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

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