Html Css Color HEX #48214D Hot Purple

📋 copy color: '#48214D'

red 72 ◦ green 33 ◦ blue 77

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

Shades of Hot Purple #48214D

Tints of Hot Purple #48214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.13%

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 39.56%
G = 18.13%
B = 42.31%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48214D (or 0x48214D) is known color: Hot Purple. HEX triplet: 48, 21 and 4D. RGB value is (72,33,77). Sum of RGB (Red+Green+Blue) = 72+33+77=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #48214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48214D is #B7DEB2. Grayscale: #313131. Windows color (decimal): -12050099 or 5054792. OLE color: 5054792.

HSL color Cylindrical-coordinate representation of color #48214D: hue angle of 293.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48214D is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 33 77 -
CMYK 0.06 0.57 0 0.70
HSL 293.18º 0.4% 0.22% -
HSV(B) 293.18º 0.57% 0.3% -
XYZ 4.56 3 7.36 -
YUV 49.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 72 33 77 0.06 0.57 0 0.70 293.18 0.4 0.22
Hex 48 21 4D 6 39 0 46 125 28 16
Octal 110 41 115 6 71 0 106 445 50 26
Binary 1001000 100001 1001101 110 111001 0 1000110 100100101 101000 10110

Color Harmonies of #48214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48214D

Black with #48214D

Text Example


Text Example

White with #48214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48214D; }

 p { color: rgb(72,33,77); }

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

background-color css

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

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

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

border-color css

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

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

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