Html Css Color HEX #482252 Hot Purple

📋 copy color: '#482252'

red 72 ◦ green 34 ◦ blue 82

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

Shades of Hot Purple #482252

Tints of Hot Purple #482252

RGB

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

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

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

R = 38.3%
G = 18.09%
B = 43.62%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482252 (or 0x482252) is known color: Hot Purple. HEX triplet: 48, 22 and 52. RGB value is (72,34,82). Sum of RGB (Red+Green+Blue) = 72+34+82=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #482252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482252 is #B7DDAD. Grayscale: #323232. Windows color (decimal): -12049838 or 5382728. OLE color: 5382728.

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

Color convert

RGB 72 34 82 -
CMYK 0.12 0.59 0 0.68
HSL 287.5º 0.41% 0.23% -
HSV(B) 287.5º 0.59% 0.32% -
XYZ 4.77 3.13 8.34 -
YUV 50.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 72 34 82 0.12 0.59 0 0.68 287.5 0.41 0.23
Hex 48 22 52 C 3B 0 44 120 29 17
Octal 110 42 122 14 73 0 104 440 51 27
Binary 1001000 100010 1010010 1100 111011 0 1000100 100100000 101001 10111

Color Harmonies of #482252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482252

Black with #482252

Text Example


Text Example

White with #482252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482252; }

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

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

background-color css

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

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

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

border-color css

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

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

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