Html Css Color HEX #48014E Hot Purple

📋 copy color: '#48014E'

red 72 ◦ green 1 ◦ blue 78

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

Shades of Hot Purple #48014E

Tints of Hot Purple #48014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 47.68%
G = 0.66%
B = 51.66%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48014E (or 0x48014E) is known color: Hot Purple. HEX triplet: 48, 01 and 4E. RGB value is (72,1,78). Sum of RGB (Red+Green+Blue) = 72+1+78=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #48014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48014E is #B7FEB1. Grayscale: #1E1E1E. Windows color (decimal): -12058290 or 5112136. OLE color: 5112136.

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

Color convert

RGB 72 1 78 -
CMYK 0.08 0.99 0 0.69
HSL 295.32º 0.97% 0.15% -
HSV(B) 295.32º 0.99% 0.31% -
XYZ 4.06 1.95 7.37 -
YUV 31.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 72 1 78 0.08 0.99 0 0.69 295.32 0.97 0.15
Hex 48 1 4E 8 63 0 45 127 61 F
Octal 110 1 116 10 143 0 105 447 141 17
Binary 1001000 1 1001110 1000 1100011 0 1000101 100100111 1100001 1111

Color Harmonies of #48014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48014E

Black with #48014E

Text Example


Text Example

White with #48014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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