Html Css Color HEX #48234A Hot Purple

📋 copy color: '#48234A'

red 72 ◦ green 35 ◦ blue 74

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

Shades of Hot Purple #48234A

Tints of Hot Purple #48234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

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

R = 39.78%
G = 19.34%
B = 40.88%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48234A (or 0x48234A) is known color: Hot Purple. HEX triplet: 48, 23 and 4A. RGB value is (72,35,74). Sum of RGB (Red+Green+Blue) = 72+35+74=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #48234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48234A is #B7DCB5. Grayscale: #323232. Windows color (decimal): -12049590 or 4858696. OLE color: 4858696.

HSL color Cylindrical-coordinate representation of color #48234A: hue angle of 296.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48234A is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 35 74 -
CMYK 0.03 0.53 0 0.71
HSL 296.92º 0.36% 0.21% -
HSV(B) 296.92º 0.53% 0.29% -
XYZ 4.51 3.07 6.83 -
YUV 50.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 72 35 74 0.03 0.53 0 0.71 296.92 0.36 0.21
Hex 48 23 4A 3 35 0 47 129 24 15
Octal 110 43 112 3 65 0 107 451 44 25
Binary 1001000 100011 1001010 11 110101 0 1000111 100101001 100100 10101

Color Harmonies of #48234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48234A

Black with #48234A

Text Example


Text Example

White with #48234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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