Html Css Color HEX #48254C Hot Purple

📋 copy color: '#48254C'

red 72 ◦ green 37 ◦ blue 76

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

Shades of Hot Purple #48254C

Tints of Hot Purple #48254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 38.92%
G = 20%
B = 41.08%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48254C (or 0x48254C) is known color: Hot Purple. HEX triplet: 48, 25 and 4C. RGB value is (72,37,76). Sum of RGB (Red+Green+Blue) = 72+37+76=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #48254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48254C is #B7DAB3. Grayscale: #333333. Windows color (decimal): -12049076 or 4990280. OLE color: 4990280.

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

Color convert

RGB 72 37 76 -
CMYK 0.05 0.51 0 0.70
HSL 293.85º 0.35% 0.22% -
HSV(B) 293.85º 0.51% 0.3% -
XYZ 4.64 3.22 7.22 -
YUV 51.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 72 37 76 0.05 0.51 0 0.70 293.85 0.35 0.22
Hex 48 25 4C 5 33 0 46 126 23 16
Octal 110 45 114 5 63 0 106 446 43 26
Binary 1001000 100101 1001100 101 110011 0 1000110 100100110 100011 10110

Color Harmonies of #48254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48254C

Black with #48254C

Text Example


Text Example

White with #48254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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