Html Css Color HEX #48254A Hot Purple

📋 copy color: '#48254A'

red 72 ◦ green 37 ◦ blue 74

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

Shades of Hot Purple #48254A

Tints of Hot Purple #48254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 39.34%
G = 20.22%
B = 40.44%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48254A (or 0x48254A) is known color: Hot Purple. HEX triplet: 48, 25 and 4A. RGB value is (72,37,74). Sum of RGB (Red+Green+Blue) = 72+37+74=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #48254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48254A is #B7DAB5. Grayscale: #333333. Windows color (decimal): -12049078 or 4859208. OLE color: 4859208.

HSL color Cylindrical-coordinate representation of color #48254A: hue angle of 296.76º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48254A is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 37 74 -
CMYK 0.03 0.50 0 0.71
HSL 296.76º 0.33% 0.22% -
HSV(B) 296.76º 0.5% 0.29% -
XYZ 4.57 3.2 6.85 -
YUV 51.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 72 37 74 0.03 0.50 0 0.71 296.76 0.33 0.22
Hex 48 25 4A 3 32 0 47 129 21 16
Octal 110 45 112 3 62 0 107 451 41 26
Binary 1001000 100101 1001010 11 110010 0 1000111 100101001 100001 10110

Color Harmonies of #48254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48254A

Black with #48254A

Text Example


Text Example

White with #48254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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