Html Css Color HEX #480C4B Hot Purple

📋 copy color: '#480C4B'

red 72 ◦ green 12 ◦ blue 75

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

Shades of Hot Purple #480C4B

Tints of Hot Purple #480C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.17%

R = 45.28%
G = 7.55%
B = 47.17%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#480C4B (or 0x480C4B) is known color: Hot Purple. HEX triplet: 48, 0C and 4B. RGB value is (72,12,75). Sum of RGB (Red+Green+Blue) = 72+12+75=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #480C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C4B is #B7F3B4. Grayscale: #242424. Windows color (decimal): -12055477 or 4918344. OLE color: 4918344.

HSL color Cylindrical-coordinate representation of color #480C4B: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480C4B is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 12 75 -
CMYK 0.04 0.84 0 0.71
HSL 297.14º 0.72% 0.17% -
HSV(B) 297.14º 0.84% 0.29% -
XYZ 4.07 2.15 6.86 -
YUV 37.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 72 12 75 0.04 0.84 0 0.71 297.14 0.72 0.17
Hex 48 C 4B 4 54 0 47 129 48 11
Octal 110 14 113 4 124 0 107 451 110 21
Binary 1001000 1100 1001011 100 1010100 0 1000111 100101001 1001000 10001

Color Harmonies of #480C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C4B

Black with #480C4B

Text Example


Text Example

White with #480C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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