Html Css Color HEX #481B48 Hot Purple

📋 copy color: '#481B48'

red 72 ◦ green 27 ◦ blue 72

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

Shades of Hot Purple #481B48

Tints of Hot Purple #481B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.79%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 42.11%
G = 15.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481B48 (or 0x481B48) is known color: Hot Purple. HEX triplet: 48, 1B and 48. RGB value is (72,27,72). Sum of RGB (Red+Green+Blue) = 72+27+72=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B48 is #B7E4B7. Grayscale: #2D2D2D. Windows color (decimal): -12051640 or 4725576. OLE color: 4725576.

HSL color Cylindrical-coordinate representation of color #481B48: hue angle of 300º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B48 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 72 -
CMYK 0 0.62 0 0.72
HSL 300º 0.45% 0.19% -
HSV(B) 300º 0.63% 0.28% -
XYZ 4.23 2.63 6.42 -
YUV 45.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 72 27 72 0 0.62 0 0.72 300 0.45 0.19
Hex 48 1B 48 0 3E 0 48 12C 2D 13
Octal 110 33 110 0 76 0 110 454 55 23
Binary 1001000 11011 1001000 0 111110 0 1001000 100101100 101101 10011

Color Harmonies of #481B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B48

Black with #481B48

Text Example


Text Example

White with #481B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,72); }

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

background-color css

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

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

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

border-color css

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

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

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