Html Css Color HEX #48294B Hot Purple

📋 copy color: '#48294B'

red 72 ◦ green 41 ◦ blue 75

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

Shades of Hot Purple #48294B

Tints of Hot Purple #48294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 38.3%
G = 21.81%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48294B (or 0x48294B) is known color: Hot Purple. HEX triplet: 48, 29 and 4B. RGB value is (72,41,75). Sum of RGB (Red+Green+Blue) = 72+41+75=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #48294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48294B is #B7D6B4. Grayscale: #363636. Windows color (decimal): -12048053 or 4925768. OLE color: 4925768.

HSL color Cylindrical-coordinate representation of color #48294B: hue angle of 294.71º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48294B is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 41 75 -
CMYK 0.04 0.45 0 0.71
HSL 294.71º 0.29% 0.23% -
HSV(B) 294.71º 0.45% 0.29% -
XYZ 4.74 3.47 7.08 -
YUV 54.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 72 41 75 0.04 0.45 0 0.71 294.71 0.29 0.23
Hex 48 29 4B 4 2D 0 47 127 1D 17
Octal 110 51 113 4 55 0 107 447 35 27
Binary 1001000 101001 1001011 100 101101 0 1000111 100100111 11101 10111

Color Harmonies of #48294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48294B

Black with #48294B

Text Example


Text Example

White with #48294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48294B; }

 p { color: rgb(72,41,75); }

 H1.HeaderClassName
 {
   color: #48294B;
 }
 .AnyTagClassName
 {
   color: #48294B;
 }
</style>

background-color css

<style>
 a { background-color: #48294B; }

 a { background-color: rgb(72,41,75); }

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

border-color css

<style>
 span { border-color: #48294B; }

 span { border-color: rgb(72,41,75); }

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