Html Css Color HEX #48254D Hot Purple

📋 copy color: '#48254D'

red 72 ◦ green 37 ◦ blue 77

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

Shades of Hot Purple #48254D

Tints of Hot Purple #48254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 38.71%
G = 19.89%
B = 41.4%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48254D (or 0x48254D) is known color: Hot Purple. HEX triplet: 48, 25 and 4D. RGB value is (72,37,77). Sum of RGB (Red+Green+Blue) = 72+37+77=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #48254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48254D is #B7DAB2. Grayscale: #333333. Windows color (decimal): -12049075 or 5055816. OLE color: 5055816.

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

Color convert

RGB 72 37 77 -
CMYK 0.06 0.52 0 0.70
HSL 292.5º 0.35% 0.22% -
HSV(B) 292.5º 0.52% 0.3% -
XYZ 4.67 3.24 7.4 -
YUV 52.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 72 37 77 0.06 0.52 0 0.70 292.5 0.35 0.22
Hex 48 25 4D 6 34 0 46 124 23 16
Octal 110 45 115 6 64 0 106 444 43 26
Binary 1001000 100101 1001101 110 110100 0 1000110 100100100 100011 10110

Color Harmonies of #48254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48254D

Black with #48254D

Text Example


Text Example

White with #48254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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