Html Css Color HEX #48264A Hot Purple

📋 copy color: '#48264A'

red 72 ◦ green 38 ◦ blue 74

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

Shades of Hot Purple #48264A

Tints of Hot Purple #48264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 39.13%
G = 20.65%
B = 40.22%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48264A (or 0x48264A) is known color: Hot Purple. HEX triplet: 48, 26 and 4A. RGB value is (72,38,74). Sum of RGB (Red+Green+Blue) = 72+38+74=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #48264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48264A is #B7D9B5. Grayscale: #343434. Windows color (decimal): -12048822 or 4859464. OLE color: 4859464.

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

Color convert

RGB 72 38 74 -
CMYK 0.03 0.49 0 0.71
HSL 296.67º 0.32% 0.22% -
HSV(B) 296.67º 0.49% 0.29% -
XYZ 4.6 3.26 6.86 -
YUV 52.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 72 38 74 0.03 0.49 0 0.71 296.67 0.32 0.22
Hex 48 26 4A 3 31 0 47 129 20 16
Octal 110 46 112 3 61 0 107 451 40 26
Binary 1001000 100110 1001010 11 110001 0 1000111 100101001 100000 10110

Color Harmonies of #48264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48264A

Black with #48264A

Text Example


Text Example

White with #48264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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