Html Css Color HEX #480C4D Hot Purple

📋 copy color: '#480C4D'

red 72 ◦ green 12 ◦ blue 77

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

Shades of Hot Purple #480C4D

Tints of Hot Purple #480C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

 BLUE value IS 77 (30.47% from 255) = 47.83%

R = 44.72%
G = 7.45%
B = 47.83%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#480C4D (or 0x480C4D) is known color: Hot Purple. HEX triplet: 48, 0C and 4D. RGB value is (72,12,77). Sum of RGB (Red+Green+Blue) = 72+12+77=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #480C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C4D is #B7F3B2. Grayscale: #252525. Windows color (decimal): -12055475 or 5049416. OLE color: 5049416.

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

Color convert

RGB 72 12 77 -
CMYK 0.06 0.84 0 0.70
HSL 295.38º 0.73% 0.17% -
HSV(B) 295.38º 0.84% 0.3% -
XYZ 4.14 2.18 7.22 -
YUV 37.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 72 12 77 0.06 0.84 0 0.70 295.38 0.73 0.17
Hex 48 C 4D 6 54 0 46 127 49 11
Octal 110 14 115 6 124 0 106 447 111 21
Binary 1001000 1100 1001101 110 1010100 0 1000110 100100111 1001001 10001

Color Harmonies of #480C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C4D

Black with #480C4D

Text Example


Text Example

White with #480C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,12,77); }

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

background-color css

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

 a { background-color: rgb(72,12,77); }

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

border-color css

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

 span { border-color: rgb(72,12,77); }

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