#48174D

Color #48174D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #48174D

Tints of Hot Purple #48174D

Color information

#48174D (or 0x48174D) is unknown color: approx Hot Purple. HEX triplet: 48, 17 and 4D. RGB value is (72,23,77). Sum of RGB (Red+Green+Blue) = 72+23+77=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #48174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48174D is #B7E8B2. Grayscale: #2B2B2B. Windows color (decimal): -12052659 or 5052232. OLE color: 5052232.

HSL color Cylindrical-coordinate representation of color #48174D: hue angle of 294.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48174D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB722377-
CMYK0.060.7000.70
HSL294.44º54%19.61%-
HSV(B)294.44º70.13%30.2%-
XYZ4.322.537.28-
YUV43.81146.73148.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=41.86%
G=13.37%
B=44.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7223770.060.7000.70294.445419.61
Hex48174D6460461263614
Octal11027115610601064466624
Binary100100010111100110111010001100100011010010011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48174D; }

 p { color: rgb(72,23,77); }

 H1.HeaderClassName
 {
   color: #48174D;
 }
 .AnyTagClassName
 {
   color: #48174D;
 }
</style>
background-color css

<style>
 a { background-color: #48174D; }

 a { background-color: rgb(72,23,77); }

 div.DivClassName
 {
   background-color: #48174D;
 }
 .BgClassName
 {
   background-color: #48174D;
 }
</style>
border-color css

<style>
 span { border-color: #48174D; }

 span { border-color: rgb(72,23,77); }

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