Html Css Color HEX #480D4C Hot Purple

📋 copy color: '#480D4C'

red 72 ◦ green 13 ◦ blue 76

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

Shades of Hot Purple #480D4C

Tints of Hot Purple #480D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.07%

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 44.72%
G = 8.07%
B = 47.2%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#480D4C (or 0x480D4C) is known color: Hot Purple. HEX triplet: 48, 0D and 4C. RGB value is (72,13,76). Sum of RGB (Red+Green+Blue) = 72+13+76=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #480D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D4C is #B7F2B3. Grayscale: #252525. Windows color (decimal): -12055220 or 4984136. OLE color: 4984136.

HSL color Cylindrical-coordinate representation of color #480D4C: hue angle of 296.19º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #480D4C is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 13 76 -
CMYK 0.05 0.83 0 0.70
HSL 296.19º 0.71% 0.17% -
HSV(B) 296.19º 0.83% 0.3% -
XYZ 4.12 2.19 7.04 -
YUV 37.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 72 13 76 0.05 0.83 0 0.70 296.19 0.71 0.17
Hex 48 D 4C 5 53 0 46 128 47 11
Octal 110 15 114 5 123 0 106 450 107 21
Binary 1001000 1101 1001100 101 1010011 0 1000110 100101000 1000111 10001

Color Harmonies of #480D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D4C

Black with #480D4C

Text Example


Text Example

White with #480D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480D4C; }

 p { color: rgb(72,13,76); }

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

background-color css

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

 a { background-color: rgb(72,13,76); }

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

border-color css

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

 span { border-color: rgb(72,13,76); }

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