Html Css Color HEX #48254F Hot Purple

📋 copy color: '#48254F'

red 72 ◦ green 37 ◦ blue 79

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

Shades of Hot Purple #48254F

Tints of Hot Purple #48254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 38.3%
G = 19.68%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48254F (or 0x48254F) is known color: Hot Purple. HEX triplet: 48, 25 and 4F. RGB value is (72,37,79). Sum of RGB (Red+Green+Blue) = 72+37+79=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #48254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48254F is #B7DAB0. Grayscale: #343434. Windows color (decimal): -12049073 or 5186888. OLE color: 5186888.

HSL color Cylindrical-coordinate representation of color #48254F: hue angle of 290º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48254F is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 37 79 -
CMYK 0.09 0.53 0 0.69
HSL 290º 0.36% 0.23% -
HSV(B) 290º 0.53% 0.31% -
XYZ 4.75 3.27 7.78 -
YUV 52.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 72 37 79 0.09 0.53 0 0.69 290 0.36 0.23
Hex 48 25 4F 9 35 0 45 122 24 17
Octal 110 45 117 11 65 0 105 442 44 27
Binary 1001000 100101 1001111 1001 110101 0 1000101 100100010 100100 10111

Color Harmonies of #48254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48254F

Black with #48254F

Text Example


Text Example

White with #48254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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