Html Css Color HEX #480752 Hot Purple

📋 copy color: '#480752'

red 72 ◦ green 7 ◦ blue 82

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

Shades of Hot Purple #480752

Tints of Hot Purple #480752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 44.72%
G = 4.35%
B = 50.93%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#480752 (or 0x480752) is known color: Hot Purple. HEX triplet: 48, 07 and 52. RGB value is (72,7,82). Sum of RGB (Red+Green+Blue) = 72+7+82=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #480752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480752 is #B7F8AD. Grayscale: #222222. Windows color (decimal): -12056750 or 5375816. OLE color: 5375816.

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

Color convert

RGB 72 7 82 -
CMYK 0.12 0.91 0 0.68
HSL 292º 0.84% 0.17% -
HSV(B) 292º 0.91% 0.32% -
XYZ 4.27 2.14 8.17 -
YUV 34.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 72 7 82 0.12 0.91 0 0.68 292 0.84 0.17
Hex 48 7 52 C 5B 0 44 124 54 11
Octal 110 7 122 14 133 0 104 444 124 21
Binary 1001000 111 1010010 1100 1011011 0 1000100 100100100 1010100 10001

Color Harmonies of #480752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480752

Black with #480752

Text Example


Text Example

White with #480752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480752; }

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

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

background-color css

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

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

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

border-color css

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

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

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