Html Css Color HEX #481648 Hot Purple

📋 copy color: '#481648'

red 72 ◦ green 22 ◦ blue 72

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

Shades of Hot Purple #481648

Tints of Hot Purple #481648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.25%

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

R = 43.37%
G = 13.25%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481648 (or 0x481648) is known color: Hot Purple. HEX triplet: 48, 16 and 48. RGB value is (72,22,72). Sum of RGB (Red+Green+Blue) = 72+22+72=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481648 is #B7E9B7. Grayscale: #2A2A2A. Windows color (decimal): -12052920 or 4724296. OLE color: 4724296.

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

Color convert

RGB 72 22 72 -
CMYK 0 0.69 0 0.72
HSL 300º 0.53% 0.18% -
HSV(B) 300º 0.69% 0.28% -
XYZ 4.13 2.42 6.38 -
YUV 42.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 72 22 72 0 0.69 0 0.72 300 0.53 0.18
Hex 48 16 48 0 45 0 48 12C 35 12
Octal 110 26 110 0 105 0 110 454 65 22
Binary 1001000 10110 1001000 0 1000101 0 1001000 100101100 110101 10010

Color Harmonies of #481648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481648

Black with #481648

Text Example


Text Example

White with #481648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481648; }

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

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

background-color css

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

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

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

border-color css

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

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

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