Html Css Color HEX #480C4C Hot Purple

📋 copy color: '#480C4C'

red 72 ◦ green 12 ◦ blue 76

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

Shades of Hot Purple #480C4C

Tints of Hot Purple #480C4C

RGB

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

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

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

R = 45%
G = 7.5%
B = 47.5%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#480C4C (or 0x480C4C) is known color: Hot Purple. HEX triplet: 48, 0C and 4C. RGB value is (72,12,76). Sum of RGB (Red+Green+Blue) = 72+12+76=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #480C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C4C is #B7F3B3. Grayscale: #252525. Windows color (decimal): -12055476 or 4983880. OLE color: 4983880.

HSL color Cylindrical-coordinate representation of color #480C4C: hue angle of 296.25º 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 #480C4C is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 12 76 -
CMYK 0.05 0.84 0 0.70
HSL 296.25º 0.73% 0.17% -
HSV(B) 296.25º 0.84% 0.3% -
XYZ 4.11 2.16 7.04 -
YUV 37.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 72 12 76 0.05 0.84 0 0.70 296.25 0.73 0.17
Hex 48 C 4C 5 54 0 46 128 49 11
Octal 110 14 114 5 124 0 106 450 111 21
Binary 1001000 1100 1001100 101 1010100 0 1000110 100101000 1001001 10001

Color Harmonies of #480C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C4C

Black with #480C4C

Text Example


Text Example

White with #480C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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