Html Css Color HEX #481D4C Hot Purple

📋 copy color: '#481D4C'

red 72 ◦ green 29 ◦ blue 76

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

Shades of Hot Purple #481D4C

Tints of Hot Purple #481D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.38%

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

R = 40.68%
G = 16.38%
B = 42.94%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#481D4C (or 0x481D4C) is known color: Hot Purple. HEX triplet: 48, 1D and 4C. RGB value is (72,29,76). Sum of RGB (Red+Green+Blue) = 72+29+76=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #481D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D4C is #B7E2B3. Grayscale: #2F2F2F. Windows color (decimal): -12051124 or 4988232. OLE color: 4988232.

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

Color convert

RGB 72 29 76 -
CMYK 0.05 0.62 0 0.70
HSL 294.89º 0.45% 0.21% -
HSV(B) 294.89º 0.62% 0.3% -
XYZ 4.42 2.78 7.14 -
YUV 47.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 72 29 76 0.05 0.62 0 0.70 294.89 0.45 0.21
Hex 48 1D 4C 5 3E 0 46 127 2D 15
Octal 110 35 114 5 76 0 106 447 55 25
Binary 1001000 11101 1001100 101 111110 0 1000110 100100111 101101 10101

Color Harmonies of #481D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D4C

Black with #481D4C

Text Example


Text Example

White with #481D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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