Html Css Color HEX #48004F Hot Purple

📋 copy color: '#48004F'

red 72 ◦ green 0 ◦ blue 79

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

Shades of Hot Purple #48004F

Tints of Hot Purple #48004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 47.68%
G = 0%
B = 52.32%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48004F (or 0x48004F) is known color: Hot Purple. HEX triplet: 48, 00 and 4F. RGB value is (72,0,79). Sum of RGB (Red+Green+Blue) = 72+0+79=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #48004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48004F is #B7FFB0. Grayscale: #1E1E1E. Windows color (decimal): -12058545 or 5177416. OLE color: 5177416.

HSL color Cylindrical-coordinate representation of color #48004F: hue angle of 294.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48004F is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 0 79 -
CMYK 0.09 1 0 0.69
HSL 294.68º 1% 0.15% -
HSV(B) 294.68º 1% 0.31% -
XYZ 4.08 1.94 7.56 -
YUV 30.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 72 0 79 0.09 1 0 0.69 294.68 1 0.15
Hex 48 0 4F 9 64 0 45 127 64 F
Octal 110 0 117 11 144 0 105 447 144 17
Binary 1001000 0 1001111 1001 1100100 0 1000101 100100111 1100100 1111

Color Harmonies of #48004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48004F

Black with #48004F

Text Example


Text Example

White with #48004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48004F; }

 p { color: rgb(72,0,79); }

 H1.HeaderClassName
 {
   color: #48004F;
 }
 .AnyTagClassName
 {
   color: #48004F;
 }
</style>

background-color css

<style>
 a { background-color: #48004F; }

 a { background-color: rgb(72,0,79); }

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

border-color css

<style>
 span { border-color: #48004F; }

 span { border-color: rgb(72,0,79); }

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