Html Css Color HEX #481748 Hot Purple

📋 copy color: '#481748'

red 72 ◦ green 23 ◦ blue 72

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

Shades of Hot Purple #481748

Tints of Hot Purple #481748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.77%

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

R = 43.11%
G = 13.77%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481748 (or 0x481748) is known color: Hot Purple. HEX triplet: 48, 17 and 48. RGB value is (72,23,72). Sum of RGB (Red+Green+Blue) = 72+23+72=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481748 is #B7E8B7. Grayscale: #2B2B2B. Windows color (decimal): -12052664 or 4724552. OLE color: 4724552.

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

Color convert

RGB 72 23 72 -
CMYK 0 0.68 0 0.72
HSL 300º 0.52% 0.19% -
HSV(B) 300º 0.68% 0.28% -
XYZ 4.15 2.46 6.39 -
YUV 43.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 72 23 72 0 0.68 0 0.72 300 0.52 0.19
Hex 48 17 48 0 44 0 48 12C 34 13
Octal 110 27 110 0 104 0 110 454 64 23
Binary 1001000 10111 1001000 0 1000100 0 1001000 100101100 110100 10011

Color Harmonies of #481748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481748

Black with #481748

Text Example


Text Example

White with #481748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481748; }

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

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

background-color css

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

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

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

border-color css

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

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

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