Html Css Color HEX #48344E Hot Purple

📋 copy color: '#48344E'

red 72 ◦ green 52 ◦ blue 78

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

Shades of Hot Purple #48344E

Tints of Hot Purple #48344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 35.64%
G = 25.74%
B = 38.61%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48344E (or 0x48344E) is known color: Hot Purple. HEX triplet: 48, 34 and 4E. RGB value is (72,52,78). Sum of RGB (Red+Green+Blue) = 72+52+78=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #48344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48344E is #B7CBB1. Grayscale: #3C3C3C. Windows color (decimal): -12045234 or 5125192. OLE color: 5125192.

HSL color Cylindrical-coordinate representation of color #48344E: hue angle of 286.15º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48344E is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 52 78 -
CMYK 0.08 0.33 0 0.69
HSL 286.15º 0.2% 0.25% -
HSV(B) 286.15º 0.33% 0.31% -
XYZ 5.28 4.38 7.78 -
YUV 60.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 72 52 78 0.08 0.33 0 0.69 286.15 0.2 0.25
Hex 48 34 4E 8 21 0 45 11E 14 19
Octal 110 64 116 10 41 0 105 436 24 31
Binary 1001000 110100 1001110 1000 100001 0 1000101 100011110 10100 11001

Color Harmonies of #48344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48344E

Black with #48344E

Text Example


Text Example

White with #48344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48344E; }

 p { color: rgb(72,52,78); }

 H1.HeaderClassName
 {
   color: #48344E;
 }
 .AnyTagClassName
 {
   color: #48344E;
 }
</style>

background-color css

<style>
 a { background-color: #48344E; }

 a { background-color: rgb(72,52,78); }

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

border-color css

<style>
 span { border-color: #48344E; }

 span { border-color: rgb(72,52,78); }

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