#47487F

Color #47487F Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #47487F

Tints of Jacksons Purple #47487F

Color information

#47487F (or 0x47487F) is unknown color: approx Jacksons Purple. HEX triplet: 47, 48 and 7F. RGB value is (71,72,127). Sum of RGB (Red+Green+Blue) = 71+72+127=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #47487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47487F is #B8B780. Grayscale: #4D4D4D. Windows color (decimal): -12105601 or 8341575. OLE color: 8341575.

HSL color Cylindrical-coordinate representation of color #47487F: hue angle of 238.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47487F is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7172127-
CMYK0.440.4300.50
HSL238.93º28.28%38.82%-
HSV(B)238.93º44.09%49.8%-
XYZ8.757.5121.07-
YUV77.97155.67123.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 127 (50% from 255) = 47.04%
R=26.30%
G=26.67%
B=47.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71721270.440.4300.50238.9328.2838.82
Hex47487F2C2B032ef1c27
Octal10711017754530623573447
Binary10001111001000111111110110010101101100101110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,72,127); }

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

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

 a { background-color: rgb(71,72,127); }

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

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

 span { border-color: rgb(71,72,127); }

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